diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/jontop/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/jontop/default.nix b/hosts/jontop/default.nix index 7b5c6c0..a5d3d25 100644 --- a/hosts/jontop/default.nix +++ b/hosts/jontop/default.nix @@ -46,6 +46,7 @@ gpu = "intel"; drive = "ssd"; hasBluetooth = true; + hasPrinter = true; }; desktop = { niri.enable = true; @@ -65,6 +66,7 @@ home.packages = with pkgs; [ cataclysm-dda (callPackage (rootPath + /packages/freeciv/default.nix) {}) - unstable.unciv + libreoffice + texliveMedium ]; } |
