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
unrar # Rar files
papirus-icon-theme
arc-theme
# General configuration
#keepassxc
+4 -2
View File
@@ -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;
};
+1 -3
View File
@@ -35,9 +35,7 @@
decky-loader.enable = true;
};
nixpkgs.config.permittedInsecurePackages = [
"pnpm-9.15.9"
];
nixpkgs.config.permittedInsecurePackages = ["pnpm-9.15.9"];
hardware.graphics = {
enable = true;