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
@@ -705,7 +705,7 @@ We also add a devshell that makes editing this repository easier in emacs.
imports = [ ./start_script.nix ];
})
# Hyprland configuratie
({ config, pkgs, ... }: {
({ config, pkgs, inputs, ... }: {
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;