nullbox: switch to plasma
This commit is contained in:
parent
a99cbecf48
commit
953b7b155f
@ -41,10 +41,10 @@
|
|||||||
# hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.production;
|
# hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.production;
|
||||||
hardware.nvidia.open = lib.mkForce false;
|
hardware.nvidia.open = lib.mkForce false;
|
||||||
|
|
||||||
specialisation.plasma.configuration = {
|
specialisation.hyprland.configuration = {
|
||||||
system.nixos.tags = [ "Plasma" ];
|
system.nixos.tags = [ "Hyprland" ];
|
||||||
nixfiles = {
|
nixfiles = {
|
||||||
session = "plasma";
|
session = "hyprland";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -65,7 +65,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
common.remoteAccess.enable = true;
|
common.remoteAccess.enable = true;
|
||||||
session = lib.mkDefault "hyprland";
|
# session = lib.mkDefault "hyprland";
|
||||||
|
session = lib.mkDefault "plasma";
|
||||||
hardware.nvidia.modesetting.enable = true;
|
hardware.nvidia.modesetting.enable = true;
|
||||||
packageSets.gaming.enable = true;
|
packageSets.gaming.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user