replace plasma with gnome on laptop
This commit is contained in:
parent
a676409afd
commit
f7104f4bce
4 changed files with 75 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
feature = "plasma";
|
||||
in
|
||||
|
|
@ -11,6 +11,12 @@ in
|
|||
wayland.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs.kdePackages; [
|
||||
skanlite
|
||||
ktorrent
|
||||
kzones
|
||||
];
|
||||
};
|
||||
|
||||
options.${feature}.enable = lib.mkEnableOption "enables ${feature}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue