Recreated nix files
This commit is contained in:
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user