Compare commits

..

1 commit

Author SHA1 Message Date
8884aaf3c2 Stylix 2024-05-27 21:21:00 -04:00
2 changed files with 4 additions and 21 deletions

View file

@ -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?

View file

@ -79,24 +79,12 @@
tray.enable = true; tray.enable = true;
}; };
systemd.user = { systemd.user.targets.tray = {
services.gc = {
Service = {
Exec = "nix-collect-garbage --delete-older-than 30d";
};
};
timers.gc = {
Timer = {
OnCalendar = "weekly";
};
};
targets.tray = {
Unit = { Unit = {
Description = "System Tray"; Description = "System Tray";
Requires = [ "graphical-session-pre.target" ]; Requires = [ "graphical-session-pre.target" ];
}; };
}; };
};
nixpkgs.config = { nixpkgs.config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "discord" ]; allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "discord" ];