NixOS on Steam Deck OLED

This commit is contained in:
Invariantspace 2024-03-02 15:10:23 -08:00
parent 0863fa0dfb
commit 4dedb233de
23 changed files with 375 additions and 108 deletions

View file

@ -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" ];
};
};