mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add wayland and ksystemstats
This commit is contained in:
parent
5aba92c4d0
commit
aee4b36081
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,8 @@
|
||||||
services.xserver.displayManager.gdm.enable = false;
|
services.xserver.displayManager.gdm.enable = false;
|
||||||
services.xserver.desktopManager.gnome.enable = false;
|
services.xserver.desktopManager.gnome.enable = false;
|
||||||
|
|
||||||
|
programs.xwayland.enable = true;
|
||||||
|
|
||||||
# Debug infod
|
# Debug infod
|
||||||
services.nixseparatedebuginfod.enable = true;
|
services.nixseparatedebuginfod.enable = true;
|
||||||
|
|
||||||
|
@ -264,6 +266,8 @@ networking = {
|
||||||
|
|
||||||
plasma5Packages.bismuth
|
plasma5Packages.bismuth
|
||||||
|
|
||||||
|
kdePackages.ksystemstats
|
||||||
|
|
||||||
(waybar.overrideAttrs (oldAttrs: {
|
(waybar.overrideAttrs (oldAttrs: {
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue