1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

fix isServer

This commit is contained in:
TheGeneralist 2026-03-16 17:23:01 +01:00
parent 81918e08ef
commit 6d5689d68a
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ in {
isServer = mkOption {
type = types.bool;
default = config.nixpkgs.hostPlatform.isAarch64;
default = config.nixpkgs.hostPlatform.isAarch64 && config.nixpkgs.hostPlatform.system == "aarch64-linux";
description = "Whether the system is a server. Determined by the processor architecture.";
};

View file

@ -25,6 +25,7 @@
gtk-titlebar = false;
mouse-hide-while-typing = true;
custom-shader = "~/.config/ghostty-shaders/shader.glsl";
};
};
}];