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; security.rtkit.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# helvetica font
aileron
cachefilesd cachefilesd
gnomeExtensions.dash-to-dock
]; ];
} }

View file

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

View file

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