summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2023-05-29 17:15:18 +0200
committerstuebinm2023-05-29 17:15:18 +0200
commit6c65ac374319e44c922e417f0c2c391d74d9a47d (patch)
treecc350f4d5bbc63976cf4cd27ce2f5a55be249e25 /common
parente80820c8bf8c1e670072a7f2cbf81f3058f4c904 (diff)
no libX11 on chaski (experimental)
might have to revert this if it causes problems, or if rebuilding all the things annoys me too much.
Diffstat (limited to 'common')
-rw-r--r--common/headless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/headless.nix b/common/headless.nix
index 396ded0..cd1026a 100644
--- a/common/headless.nix
+++ b/common/headless.nix
@@ -3,7 +3,7 @@
{
imports = [ ./common.nix ];
- environment.systemPackages = [ pkgs.kitty.terminfo ];
+ # environment.systemPackages = [ pkgs.kitty.terminfo ];
networking.domain = lib.mkDefault "stuebinm.eu";