Recreated nix files

This commit is contained in:
2026-03-03 16:45:07 +01:00
parent 4e3bff31ad
commit 33db8c4533
4 changed files with 796 additions and 310 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
imports = [ ./start_script.nix ];
})
# Hyprland configuratie
({ config, pkgs, ... }: {
({ config, pkgs, inputs, ... }: {
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;