Compare commits

..

No commits in common. "50985ba8e5e350c5c11b1487632263020bdded95" and "cdcc213707fc5b6d4d741a454750591b6f9a0bd0" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View file

@ -161,11 +161,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1694485605,
"narHash": "sha256-xgRzeGU5EH+q38NPerJda65Ft/T3RBnqVheFRWfXVvc=",
"lastModified": 1694472083,
"narHash": "sha256-oidvYjmvCSISRfoB3j7ky0By81L/3vRWTEFYS+nAsrc=",
"ref": "refs/heads/main",
"rev": "0b5175f90a9679ba8402a40091c52d5ef0a79f08",
"revCount": 72,
"rev": "919d7f476928f6651c82ce2dd01693541095c633",
"revCount": 63,
"type": "git",
"url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git"
},

View file

@ -6,9 +6,8 @@
config_path = "/home/nixolas/nextcloud_integrations.toml";
frequency = 15;
};
services.chrono_track = {
services.time_tracker = {
enable = true;
from_address = ''"NoReply <noreply@nickiel.net>"'';
config_path = "/home/nixolas/nextcloud_testing.toml";
frequency = 5;
};

View file

@ -37,7 +37,7 @@ in
shellAliases = {
cat = "bat";
doom = "~/.emacs.d/bin/doom";
ls = "eza";
ls = "exa";
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
rm = "rmtrash";
};