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;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
virtualisation.libvirtd = {
|
virtualisation.libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -62,6 +63,8 @@
|
||||||
systemd.services.libvirtd.wantedBy = lib.mkForce [ ];
|
systemd.services.libvirtd.wantedBy = lib.mkForce [ ];
|
||||||
systemd.services.libvirt-guests.wantedBy = lib.mkForce [ ];
|
systemd.services.libvirt-guests.wantedBy = lib.mkForce [ ];
|
||||||
|
|
||||||
|
programs.hyprland.enable = true;
|
||||||
|
|
||||||
users.users.ahurac = {
|
users.users.ahurac = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" ];
|
||||||
|
|
Loading…
Reference in a new issue