steamdeck: change specilisation to niri and fix deckyloader failing

This commit is contained in:
2026-08-01 11:59:06 +02:00
parent dc9f975edc
commit 5b4ce2d478
3 changed files with 5 additions and 6 deletions
-1
View File
@@ -77,7 +77,6 @@
unzip # Zip files unzip # Zip files
unrar # Rar files unrar # Rar files
papirus-icon-theme papirus-icon-theme
arc-theme
# General configuration # General configuration
#keepassxc #keepassxc
+4 -2
View File
@@ -20,9 +20,11 @@
myDesktop.virtualisation.enable = true; myDesktop.virtualisation.enable = true;
myDesktop.nitrokey.enable = true; myDesktop.nitrokey.enable = true;
nixpkgs.config.permittedInsecurePackages = ["pnpm-9.15.9"];
specialisation = { specialisation = {
sway.configuration = { niri.configuration = {
imports = [(import ../../modules/wm/sway)]; myDesktop.windowManager = lib.mkForce "niri";
jovian.steam.enable = lib.mkForce false; jovian.steam.enable = lib.mkForce false;
services.desktopManager.plasma6.enable = lib.mkForce false; services.desktopManager.plasma6.enable = lib.mkForce false;
}; };
+1 -3
View File
@@ -35,9 +35,7 @@
decky-loader.enable = true; decky-loader.enable = true;
}; };
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = ["pnpm-9.15.9"];
"pnpm-9.15.9"
];
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;