ghostty doesn't work, reformat hosts
This commit is contained in:
parent
6f67749808
commit
dd6b66b284
|
@ -4,7 +4,7 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./desktop-packages.nix
|
||||
./ghostty.nix
|
||||
# ./ghostty.nix # doesn't work yet
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue