Compare commits
No commits in common. "2e666b18ee15de180c0bbbb91b22ae06b9ce3734" and "2426e966e54d857bb7f6ecd82b58a06ee36dba56" have entirely different histories.
2e666b18ee
...
2426e966e5
1 changed files with 2 additions and 9 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
};
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
#boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
|
||||||
|
|
||||||
networking.hostName = "SteamDeck"; # Define your hostname.
|
networking.hostName = "SteamDeck"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true; # Enable networking
|
networking.networkmanager.enable = true; # Enable networking
|
||||||
|
|
||||||
|
|
@ -50,14 +52,6 @@
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "toast";
|
user = "toast";
|
||||||
desktopSession = "plasmawayland";
|
desktopSession = "plasmawayland";
|
||||||
environment = {
|
|
||||||
/*
|
|
||||||
Steam already has a mangohud overlay, so this
|
|
||||||
avoids having two overlays at once
|
|
||||||
*/
|
|
||||||
MANGOHUD = "0";
|
|
||||||
MANHOGUD_DLSYM = "0";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
decky-loader = {
|
decky-loader = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -88,7 +82,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.steamdeck-firmware ];
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
# environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue