i got bored, so i am trying out niri on my steam deck slowly but surely. It is more than likely i will go back to kde but it is worth a go.

This commit is contained in:
alyx 2025-07-06 20:02:57 +01:00
parent 95c2b8dc01
commit 93dd6b031e
No known key found for this signature in database
4 changed files with 205 additions and 6 deletions

View file

@ -32,13 +32,13 @@
};
programs.ncmpcpp = {
enable = (vars.class != "handheld");
enable = true;
settings = {
tags_separator = ";";
};
};
services.mpd = {
enable = (vars.class != "handheld");
enable = true;
musicDirectory = "/home/${vars.user}/Music";
extraConfig = ''
audio_output {
@ -48,7 +48,7 @@
'';
};
services.mpd-mpris = {
enable = (vars.class != "handheld");
enable = true;
};
services.mpd-discord-rpc.enable = true;
@ -56,7 +56,7 @@
services.syncthing.enable = (vars.useSyncthing);
programs.waybar = {
enable = (vars.class != "handheld");
enable = true;
};
programs.git = {
enable = true;
@ -104,6 +104,12 @@
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
];
}
{
profile.name = "steamdeck";
profile.outputs = [
{ criteria = "Valve Corporation ANX7530 U 0x00000001"; transform = "270"; }
];
}
];
};