Recreated nix files
This commit is contained in:
@@ -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 ];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user