Recreated nix files
This commit is contained in:
+301
-300
File diff suppressed because it is too large
Load Diff
@@ -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>>
|
||||||
|
|||||||
@@ -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, ... }: {
|
||||||
|
|||||||
Reference in New Issue
Block a user