moved some system packages to home manager

This commit is contained in:
Leyla Becker 2024-11-24 13:13:33 -06:00
parent fa3cb19c0b
commit 9215e04043
3 changed files with 8 additions and 5 deletions

View file

@ -12,11 +12,6 @@
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [
# helvetica font
aileron
cachefilesd
gnomeExtensions.dash-to-dock
];
}