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:
alsaiduq-lab 2025-10-12 08:25:46 -06:00
parent 30a627a7d3
commit 32f925bb69
3 changed files with 7 additions and 9 deletions

View file

@ -53,11 +53,11 @@
hyprland = { hyprland = {
url = "github:hyprwm/Hyprland"; url = "github:hyprwm/Hyprland";
}; };
# nvm didnt even end up working
hyprspace = { # hyprspace = {
url = "github:KZDKM/Hyprspace/7a3adf6"; # url = "github:KZDKM/Hyprspace/";
inputs.hyprland.follows = "hyprland"; # inputs.hyprland.follows = "hyprland";
}; #};
}; };
outputs = { outputs = {
@ -69,7 +69,6 @@
ghostty, ghostty,
hu-tao-cursor, hu-tao-cursor,
#sops-nix, #sops-nix,
hyprspace,
... ...
} @ inputs: let } @ inputs: let
system = "x86_64-linux"; system = "x86_64-linux";
@ -112,7 +111,6 @@
ghostty = inputs.ghostty.packages.${system}.default; ghostty = inputs.ghostty.packages.${system}.default;
hu-tao-animated-cursor = inputs.hu-tao-cursor.packages.${system}.default; hu-tao-animated-cursor = inputs.hu-tao-cursor.packages.${system}.default;
grim-hyprland = inputs.grim-hyprland.packages.${system}.default; grim-hyprland = inputs.grim-hyprland.packages.${system}.default;
hyprspace = inputs.hyprspace.packages.${system}.default;
}) })
(final: prev: { (final: prev: {
inherit inherit

View file

@ -24,7 +24,7 @@
./modules/mpv.nix ./modules/mpv.nix
./modules/ani-cli.nix ./modules/ani-cli.nix
./modules/quickshell.nix ./modules/quickshell.nix
./modules/hyprspace.nix #./modules/hyprspace.nix
./modules/cava.nix ./modules/cava.nix
./modules/matugen.nix ./modules/matugen.nix
./modules/rgb.nix ./modules/rgb.nix

View file

@ -55,7 +55,7 @@
hyprpicker hyprpicker
nwg-look nwg-look
gsimplecal gsimplecal
hyprspace # hyprspace
kdePackages.xwaylandvideobridge kdePackages.xwaylandvideobridge
]; ];
} }