for an unknown reason, disabling hyprland messes up niri
This commit is contained in:
parent
2b0e9721b5
commit
571d821619
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
services.flatpak.enable = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
|
@ -62,6 +63,8 @@
|
|||
systemd.services.libvirtd.wantedBy = lib.mkForce [ ];
|
||||
systemd.services.libvirt-guests.wantedBy = lib.mkForce [ ];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
users.users.ahurac = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
|
|
Loading…
Reference in a new issue