Compare commits
2 Commits
137576a9a9
...
483bd73ecd
| Author | SHA1 | Date | |
|---|---|---|---|
| 483bd73ecd | |||
| 3bb0844544 |
@@ -12,6 +12,9 @@ A modular, flake-based NixOS configuration for a single host (`hakase`). Heavily
|
||||
- **SOPS** for encrypted secrets management
|
||||
- **CachyOS kernel** via chaotic-nyx for performance optimizations
|
||||
|
||||
## 🚧 TODO
|
||||
- LUKS designed
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
enable32Bit = true; # For 32-bit games
|
||||
};
|
||||
|
||||
# Controller support
|
||||
hardware.steam-hardware.enable = true;
|
||||
hardware.xpadneo.enable = true; # Xbox controllers via Bluetooth
|
||||
hardware.uinput.enable = true;
|
||||
services.udev.packages = [pkgs.game-devices-udev-rules];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user