Recreated nix files
This commit is contained in:
+302
-301
File diff suppressed because it is too large
Load Diff
@@ -707,11 +707,12 @@ We also add a devshell that makes editing this repository easier in emacs.
|
|||||||
# Hyprland configuratie
|
# Hyprland configuratie
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
({ config, pkgs, inputs, ... }: {
|
({ config, pkgs, inputs, ... }: {
|
||||||
wayland.windowManager.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
package = hyprland.packages.${pkgs.system}.hyprland;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
})
|
||||||
<<flake-emacs-module>>
|
<<flake-emacs-module>>
|
||||||
<<flake-config-module>>
|
<<flake-config-module>>
|
||||||
<<flake-home-module>>
|
<<flake-home-module>>
|
||||||
|
|||||||
@@ -51,11 +51,12 @@
|
|||||||
# Hyprland configuratie
|
# Hyprland configuratie
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
({ config, pkgs, inputs, ... }: {
|
({ config, pkgs, inputs, ... }: {
|
||||||
wayland.windowManager.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
package = hyprland.packages.${pkgs.system}.hyprland;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
})
|
||||||
({ lib, ... }: {
|
({ lib, ... }: {
|
||||||
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
|
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user