Compare commits
1 commit
e8491afa12
...
8884aaf3c2
Author | SHA1 | Date | |
---|---|---|---|
8884aaf3c2 |
2 changed files with 4 additions and 21 deletions
|
@ -216,11 +216,6 @@
|
||||||
name = "JetBrains Mono Regular";
|
name = "JetBrains Mono Regular";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
cursor = {
|
|
||||||
package = pkgs.breeze-qt5;
|
|
||||||
name = "breeze_cursors";
|
|
||||||
size = 24;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11"; # Did you read the comment?
|
system.stateVersion = "23.11"; # Did you read the comment?
|
||||||
|
|
|
@ -79,22 +79,10 @@
|
||||||
tray.enable = true;
|
tray.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user = {
|
systemd.user.targets.tray = {
|
||||||
services.gc = {
|
Unit = {
|
||||||
Service = {
|
Description = "System Tray";
|
||||||
Exec = "nix-collect-garbage --delete-older-than 30d";
|
Requires = [ "graphical-session-pre.target" ];
|
||||||
};
|
|
||||||
};
|
|
||||||
timers.gc = {
|
|
||||||
Timer = {
|
|
||||||
OnCalendar = "weekly";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
targets.tray = {
|
|
||||||
Unit = {
|
|
||||||
Description = "System Tray";
|
|
||||||
Requires = [ "graphical-session-pre.target" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue