nixos/pantheon: add an apps.enable option

This commit is contained in:
worldofpeace
2019-12-21 23:08:13 -05:00
parent ee75a460af
commit 4fb91d10c8
2 changed files with 25 additions and 9 deletions
+1 -7
View File
@@ -3,13 +3,6 @@
lib.makeScope pkgs.newScope (self: with self; {
apps = [
elementary-calculator elementary-calendar
elementary-camera elementary-code elementary-files
elementary-music elementary-photos elementary-screenshot-tool
elementary-terminal elementary-videos switchboard-with-plugs
];
artwork = [
elementary-gtk-theme
elementary-icon-theme
@@ -22,6 +15,7 @@ lib.makeScope pkgs.newScope (self: with self; {
elementary-session-settings
elementary-shortcut-overlay
gala
switchboard-with-plugs
wingpanel-with-indicators
];