removed temp
cant get it to work, tried the PR but it still fails. at this point all I can do is wait for a proper update (or revert but who wants to do that)
This commit is contained in:
parent
30a627a7d3
commit
32f925bb69
3 changed files with 7 additions and 9 deletions
12
flake.nix
12
flake.nix
|
|
@ -53,11 +53,11 @@
|
|||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
hyprspace = {
|
||||
url = "github:KZDKM/Hyprspace/7a3adf6";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
# nvm didnt even end up working
|
||||
# hyprspace = {
|
||||
# url = "github:KZDKM/Hyprspace/";
|
||||
# inputs.hyprland.follows = "hyprland";
|
||||
#};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -69,7 +69,6 @@
|
|||
ghostty,
|
||||
hu-tao-cursor,
|
||||
#sops-nix,
|
||||
hyprspace,
|
||||
...
|
||||
} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -112,7 +111,6 @@
|
|||
ghostty = inputs.ghostty.packages.${system}.default;
|
||||
hu-tao-animated-cursor = inputs.hu-tao-cursor.packages.${system}.default;
|
||||
grim-hyprland = inputs.grim-hyprland.packages.${system}.default;
|
||||
hyprspace = inputs.hyprspace.packages.${system}.default;
|
||||
})
|
||||
(final: prev: {
|
||||
inherit
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
./modules/mpv.nix
|
||||
./modules/ani-cli.nix
|
||||
./modules/quickshell.nix
|
||||
./modules/hyprspace.nix
|
||||
#./modules/hyprspace.nix
|
||||
./modules/cava.nix
|
||||
./modules/matugen.nix
|
||||
./modules/rgb.nix
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
hyprpicker
|
||||
nwg-look
|
||||
gsimplecal
|
||||
hyprspace
|
||||
# hyprspace
|
||||
kdePackages.xwaylandvideobridge
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue