Recreated nix files
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
home-manager,
|
||||
emacs-overlay,
|
||||
catppuccin,
|
||||
hyprland,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -51,7 +52,7 @@
|
||||
({ config, pkgs, ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = hyprland.packages.${pkgs.system}.hyprland;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
};
|
||||
})
|
||||
({ lib, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user