mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
✨ Add some new packages and update Zed formatter config
This commit is contained in:
parent
df4b4c01d7
commit
8d739f8c4c
6 changed files with 49 additions and 43 deletions
|
@ -15,6 +15,13 @@
|
|||
# Configure SWAP
|
||||
swapDevices = [{ device = "/swapfile"; size = 8 * 1024; }]; # 8 GB swap partition
|
||||
|
||||
# Add Steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
|
||||
# Configure Sops
|
||||
sops.defaultSopsFile = lib.snowfall.fs.get-file "secrets/default.yaml";
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt"; # The main AGE key is expected in this location, it is only needed for this system.
|
||||
|
@ -83,6 +90,7 @@
|
|||
nano
|
||||
inputs.ghostty.packages.x86_64-linux.default
|
||||
vlc
|
||||
arduino-ide
|
||||
|
||||
## Security
|
||||
pinentry-tty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue