NixOS on Steam Deck OLED
This commit is contained in:
parent
0863fa0dfb
commit
4dedb233de
23 changed files with 375 additions and 108 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = with inputs; [
|
||||
disko.nixosModules.disko
|
||||
disko.nixosModules.default
|
||||
hardware.nixosModules.asus-zephyrus-ga402
|
||||
] ++ [
|
||||
./audio.nix
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ let usr = config.constants.userName; in {
|
|||
lutris
|
||||
nvtop-amd
|
||||
picard
|
||||
qbittorrent-qt5
|
||||
qbittorrent
|
||||
sweet-nova
|
||||
tauon
|
||||
telegram-desktop
|
||||
|
|
@ -27,9 +27,9 @@ let usr = config.constants.userName; in {
|
|||
winetricks
|
||||
yorha-sound-theme
|
||||
yuzu
|
||||
] ++ (with libsForQt5; [
|
||||
polonium
|
||||
qt5.qtwebsockets
|
||||
] ++ (with kdePackages; [
|
||||
# polonium
|
||||
qtwebsockets
|
||||
]);
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
|
|
@ -102,7 +102,6 @@ let usr = config.constants.userName; in {
|
|||
xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "plasmawayland";
|
||||
autoLogin.user = usr;
|
||||
sddm = {
|
||||
enable = true;
|
||||
|
|
@ -110,10 +109,7 @@ let usr = config.constants.userName; in {
|
|||
wayland.enable = true;
|
||||
};
|
||||
};
|
||||
desktopManager.plasma5 = {
|
||||
enable = true;
|
||||
useQtScaling = true;
|
||||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -11,6 +11,4 @@
|
|||
nftables.enable = true;
|
||||
wireless.iwd.enable = true;
|
||||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue