mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds hyprspace to flake
This commit is contained in:
parent
ef400c9a0d
commit
e742e4f4fd
2 changed files with 28 additions and 0 deletions
|
|
@ -15,9 +15,16 @@
|
|||
nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
|
||||
hyprland = {
|
||||
# type = "git";
|
||||
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
# submodules = true;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
Hyprspace = {
|
||||
url = "github:KZDKM/Hyprspace";
|
||||
inputs.hyprland.follows = "hyprland"; # Hyprspace uses latest Hyprland. We declare this to keep them in sync.
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue