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
];
}

View file

@ -56,6 +56,9 @@ in {
packages = lib.lists.optionals cfg.isDesktopUser (
with pkgs; [
# helvetica font
aileron
firefox
bitwarden
discord

View file

@ -25,6 +25,11 @@ in {
++ (
lib.lists.optionals cfg.isDesktopUser (
with pkgs; [
# helvetica font
aileron
gnomeExtensions.dash-to-dock
#foss platforms
signal-desktop
bitwarden