Recreated nix files

This commit is contained in:
2026-03-03 16:43:29 +01:00
parent 0e6da99e3a
commit 4e3bff31ad
3 changed files with 305 additions and 302 deletions
+2 -1
View File
@@ -681,6 +681,7 @@ We also add a devshell that makes editing this repository easier in emacs.
home-manager,
emacs-overlay,
catppuccin,
hyprland,
...
}:
let
@@ -707,7 +708,7 @@ We also add a devshell that makes editing this repository easier in emacs.
({ config, pkgs, ... }: {
wayland.windowManager.hyprland = {
enable = true;
package = hyprland.packages.${pkgs.system}.hyprland;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};
})
<<flake-emacs-module>>