mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +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.desktopManager.gnome.enable = false;
|
||||
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
# Debug infod
|
||||
services.nixseparatedebuginfod.enable = true;
|
||||
|
||||
|
@ -264,6 +266,8 @@ networking = {
|
|||
|
||||
plasma5Packages.bismuth
|
||||
|
||||
kdePackages.ksystemstats
|
||||
|
||||
(waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue