diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-08-29 10:27:34 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-08-29 10:27:34 -0400 |
| commit | b5906d21bbe4cc15ad474397c0e08d4112057af1 (patch) | |
| tree | b770d397079b0c0e1a67836efecba89d55b2c64c /hosts | |
| parent | 40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d (diff) | |
| download | nix-config-desktop.tar.gz nix-config-desktop.tar.bz2 nix-config-desktop.zip | |
desktop changes 2026-08-29desktop
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/jonbox/default.nix | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/hosts/jonbox/default.nix b/hosts/jonbox/default.nix index f74d4a0..2809f70 100644 --- a/hosts/jonbox/default.nix +++ b/hosts/jonbox/default.nix @@ -57,6 +57,7 @@ gpu = "nvidia"; drive = "nvme"; hasBluetooth = true; + hasPrinter = true; }; desktop = { niri.enable = true; @@ -112,17 +113,22 @@ pkgs.linuxPackages_latest.perf pkgs.perf-tools - pkgs.unstable.yafc-ce ]; home.packages = with pkgs; [ - cataclysm-dda - cataclysm-tlg - (callPackage (rootPath + /packages/freeciv/default.nix) {}) - unstable.unciv vintagestory + betacraft + + freeciv + freeorion + + starsector + + unstable.yafc-ce ]; + programs.gamemode.enable = true; + #services.clamav.daemon.enable = true; #services.clamav.updater.enable = true; |
