Recreated nix files
This commit is contained in:
@@ -707,11 +707,12 @@ We also add a devshell that makes editing this repository easier in emacs.
|
||||
# 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;
|
||||
};
|
||||
})
|
||||
})
|
||||
<<flake-emacs-module>>
|
||||
<<flake-config-module>>
|
||||
<<flake-home-module>>
|
||||
|
||||
Reference in New Issue
Block a user