feat: adds hyprspace

TODO: configure hyprspace
This commit is contained in:
Ahwx 2024-10-11 20:27:17 +02:00
parent 33749e469e
commit 3bc04cd74b

View file

@ -21,5 +21,8 @@
}; };
# enableNvidiaPatches = false; # enableNvidiaPatches = false;
systemd.enable = true; systemd.enable = true;
plugins = [
inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
];
}; };
} }