steamdeck: change specilisation to niri and fix deckyloader failing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user