refactor: Apps & Development

This commit is contained in:
2025-02-07 22:01:18 +01:00
parent c407e1e9ee
commit c3f4470f80
5 changed files with 18 additions and 48 deletions
+2 -15
View File
@@ -17,29 +17,16 @@ let
firefox
thunderbird
google-chrome
xfce.thunar
vscode
discord
spotify
keepassxc
moonlight-qt
nextcloud-client
neovim
pipewire
wireplumber
vlc
wireplumber
ghostty
numix-icon-theme
] ++ lib.optionals cfg.dev_apps [
jetbrains.webstorm
jetbrains.goland
jetbrains.pycharm-professional
jetbrains.idea-ultimate
go
] ++ lib.optionals cfg.gnome_apps [
gnomeExtensions.tweaks-in-system-menu
gnomeExtensions.wireless-hid
gnome.gnome-tweaks
];
];
};
}