Recreated nix files

This commit is contained in:
2026-03-03 16:48:21 +01:00
parent 3bfdbaae21
commit 2d1862cf58
3 changed files with 308 additions and 305 deletions
+3 -2
View File
@@ -51,11 +51,12 @@
# Hyprland configuratie
hyprland.nixosModules.default
({ config, pkgs, inputs, ... }: {
wayland.windowManager.hyprland = {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
package = hyprland.packages.${pkgs.system}.hyprland;
};
})
})
({ lib, ... }: {
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
})