ghostty doesn't work, reformat hosts

This commit is contained in:
Kyle Isom 2025-09-08 13:06:06 -07:00
parent 6f67749808
commit dd6b66b284
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{ ... }: {
imports = [
./desktop-packages.nix
./ghostty.nix
# ./ghostty.nix # doesn't work yet
];
services.xserver = {

View File

@ -24,7 +24,11 @@
let
lib = nixpkgs.lib;
in {
nixosConfigurations = lib.genAttrs [ "imladris" "orion" "rift" ] (hostName: lib.nixosSystem {
nixosConfigurations = lib.genAttrs [
"imladris"
"orion"
"rift"
] (hostName: lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [