started splitting up graphical programs because some of them don't really work well on ubuntu

This commit is contained in:
John Lancaster
2025-07-06 21:39:41 -05:00
parent ddf5bcaeee
commit ce738ae612
7 changed files with 24 additions and 20 deletions

View File

@@ -62,15 +62,8 @@
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
] ++ lib.optionals config.graphical [
discord
spotify
sublime4
joplin-desktop
] ++ lib.optionals config._1password [
_1password-cli
gh # GitHub CLI with 1Password integration
];
]
++ lib.optionals config.graphical.discord [ discord ];
# Home Manager can also manage your environment variables through
# 'home.sessionVariables'. These will be explicitly sourced when using a