mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 05:35:29 -08:00
Compare commits
11 commits
cdcc213707
...
50985ba8e5
Author | SHA1 | Date | |
---|---|---|---|
50985ba8e5 | |||
7ddb31b274 | |||
026f79dd18 | |||
37da664237 | |||
a3e6f1a0b0 | |||
fa09719fe3 | |||
6cc2bb334c | |||
4d12ece217 | |||
120ed16972 | |||
19c27538e1 | |||
5e76467fe5 |
3 changed files with 7 additions and 6 deletions
|
@ -161,11 +161,11 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694472083,
|
"lastModified": 1694485605,
|
||||||
"narHash": "sha256-oidvYjmvCSISRfoB3j7ky0By81L/3vRWTEFYS+nAsrc=",
|
"narHash": "sha256-xgRzeGU5EH+q38NPerJda65Ft/T3RBnqVheFRWfXVvc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "919d7f476928f6651c82ce2dd01693541095c633",
|
"rev": "0b5175f90a9679ba8402a40091c52d5ef0a79f08",
|
||||||
"revCount": 63,
|
"revCount": 72,
|
||||||
"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,8 +6,9 @@
|
||||||
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||||||
frequency = 15;
|
frequency = 15;
|
||||||
};
|
};
|
||||||
services.time_tracker = {
|
services.chrono_track = {
|
||||||
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 = "exa";
|
ls = "eza";
|
||||||
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