mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update plasma.nix
This commit is contained in:
parent
f4ec76840d
commit
e8e084d1d9
1 changed files with 11 additions and 0 deletions
11
plasma.nix
11
plasma.nix
|
@ -6,4 +6,15 @@
|
|||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
|
||||
|
||||
# Install some packages
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
libsForQt5.bismuth
|
||||
libsForQt5.kde-gtk-config
|
||||
libsForQt5.plasma-nm
|
||||
libsForQt5.plasma-pa
|
||||
libsForQt5.sddm
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue