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