summaryrefslogtreecommitdiffstats
path: root/hosts/jontop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/jontop')
-rw-r--r--hosts/jontop/default.nix4
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
];
}