steamdeck: change specilisation to niri and fix deckyloader failing
This commit is contained in:
@@ -20,9 +20,11 @@
|
||||
myDesktop.virtualisation.enable = true;
|
||||
myDesktop.nitrokey.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = ["pnpm-9.15.9"];
|
||||
|
||||
specialisation = {
|
||||
sway.configuration = {
|
||||
imports = [(import ../../modules/wm/sway)];
|
||||
niri.configuration = {
|
||||
myDesktop.windowManager = lib.mkForce "niri";
|
||||
jovian.steam.enable = lib.mkForce false;
|
||||
services.desktopManager.plasma6.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user