adds ghostty

This commit is contained in:
2024-12-30 13:38:14 +01:00
parent e767549a57
commit 8daace9b77
8 changed files with 183 additions and 36 deletions

View File

@ -10,6 +10,7 @@
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
ghostty.url = "github:ghostty-org/ghostty";
};
outputs =
@ -19,6 +20,7 @@
nixpkgs-unstable,
hyprland,
hyprland-plugins,
ghostty,
# nixos-cosmic,
}:
let
@ -44,7 +46,12 @@
./configuration.nix
];
specialArgs = {
inherit pkgs-unstable hyprland hyprland-plugins;
inherit
pkgs-unstable
hyprland
hyprland-plugins
ghostty
;
isWorkstation = true;
isServer = false;
};
@ -58,7 +65,12 @@
./configuration.nix
];
specialArgs = {
inherit pkgs-unstable hyprland hyprland-plugins;
inherit
pkgs-unstable
hyprland
hyprland-plugins
ghostty
;
isWorkstation = true;
isServer = false;
};