new packages and services.xserver.desktopManager.plasma5.excludePackages -> environment.plasma5.excludePackages
This commit is contained in:
parent
5bf2d987a9
commit
214a6f727a
2 changed files with 10 additions and 6 deletions
|
|
@ -25,10 +25,10 @@
|
||||||
# itch # Currently using unsafe electron version
|
# itch # Currently using unsafe electron version
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
junction
|
junction
|
||||||
kate
|
|
||||||
kolourpaint
|
kolourpaint
|
||||||
libfido2
|
libfido2
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
|
lite-xl
|
||||||
logseq
|
logseq
|
||||||
mangohud
|
mangohud
|
||||||
mpv
|
mpv
|
||||||
|
|
@ -68,7 +68,6 @@
|
||||||
agenix
|
agenix
|
||||||
chatterino7
|
chatterino7
|
||||||
koi
|
koi
|
||||||
notesnook
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
@ -94,4 +93,12 @@
|
||||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.plasma5.excludePackages = ( with pkgs.plasma5Packages; [
|
||||||
|
elisa
|
||||||
|
oxygen
|
||||||
|
khelpcenter
|
||||||
|
konsole
|
||||||
|
kwrite
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,7 @@ in
|
||||||
exportConfiguration = true;
|
exportConfiguration = true;
|
||||||
excludePackages = ( with pkgs; [ xterm ]);
|
excludePackages = ( with pkgs; [ xterm ]);
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
desktopManager.plasma5 = {
|
desktopManager.plasma5.enable = true;
|
||||||
enable = true;
|
|
||||||
excludePackages = ( with pkgs.plasma5Packages; [ elisa oxygen khelpcenter ]);
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue