feat(kachu-pc): install steam & heroic launcher

This commit is contained in:
2026-07-17 14:09:25 +03:00
parent 7e6d58c82c
commit ac67541591
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -130,10 +130,15 @@
];
})
(callPackage ../../drvs/orca-slicer.nix {})
heroic
];
shell = pkgs.zsh;
};
programs.steam = {
enable = true;
};
security.sudo.wheelNeedsPassword = false;
nix = {