feat: Update nix flakes

This commit is contained in:
uttarayan21
2025-02-02 21:57:43 +05:30
parent f588456c78
commit 6b7a0a5659
4 changed files with 214 additions and 169 deletions

View File

@@ -3,6 +3,16 @@
enable = true;
openFirewall = true;
capSysAdmin = true;
# applications = {};
applications = {
apps = [
{
name = "Steam Big Picture";
icon = "steam";
cmd = "steam steam://open/gamepadui";
exclude-global-prep-cmd = "false";
auto-detach = "true";
}
];
};
};
}