mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 13:45:29 -08:00
Compare commits
No commits in common. "50985ba8e5e350c5c11b1487632263020bdded95" and "cdcc213707fc5b6d4d741a454750591b6f9a0bd0" have entirely different histories.
50985ba8e5
...
cdcc213707
3 changed files with 6 additions and 7 deletions
|
@ -161,11 +161,11 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694485605,
|
"lastModified": 1694472083,
|
||||||
"narHash": "sha256-xgRzeGU5EH+q38NPerJda65Ft/T3RBnqVheFRWfXVvc=",
|
"narHash": "sha256-oidvYjmvCSISRfoB3j7ky0By81L/3vRWTEFYS+nAsrc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "0b5175f90a9679ba8402a40091c52d5ef0a79f08",
|
"rev": "919d7f476928f6651c82ce2dd01693541095c633",
|
||||||
"revCount": 72,
|
"revCount": 63,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git"
|
"url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,9 +6,8 @@
|
||||||
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||||||
frequency = 15;
|
frequency = 15;
|
||||||
};
|
};
|
||||||
services.chrono_track = {
|
services.time_tracker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
from_address = ''"NoReply <noreply@nickiel.net>"'';
|
|
||||||
config_path = "/home/nixolas/nextcloud_testing.toml";
|
config_path = "/home/nixolas/nextcloud_testing.toml";
|
||||||
frequency = 5;
|
frequency = 5;
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,7 +37,7 @@ in
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
doom = "~/.emacs.d/bin/doom";
|
doom = "~/.emacs.d/bin/doom";
|
||||||
ls = "eza";
|
ls = "exa";
|
||||||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||||
rm = "rmtrash";
|
rm = "rmtrash";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue