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
+301 -300
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -681,6 +681,7 @@ We also add a devshell that makes editing this repository easier in emacs.
home-manager, home-manager,
emacs-overlay, emacs-overlay,
catppuccin, catppuccin,
hyprland,
... ...
}: }:
let let
@@ -707,7 +708,7 @@ We also add a devshell that makes editing this repository easier in emacs.
({ config, pkgs, ... }: { ({ config, pkgs, ... }: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = hyprland.packages.${pkgs.system}.hyprland; package = inputs.hyprland.packages.${pkgs.system}.hyprland;
}; };
}) })
<<flake-emacs-module>> <<flake-emacs-module>>
+2 -1
View File
@@ -25,6 +25,7 @@
home-manager, home-manager,
emacs-overlay, emacs-overlay,
catppuccin, catppuccin,
hyprland,
... ...
}: }:
let let
@@ -51,7 +52,7 @@
({ config, pkgs, ... }: { ({ config, pkgs, ... }: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = hyprland.packages.${pkgs.system}.hyprland; package = inputs.hyprland.packages.${pkgs.system}.hyprland;
}; };
}) })
({ lib, ... }: { ({ lib, ... }: {