adds ghostty
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user