forked from Shinonome/omarchy-nix
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
inputs: {
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [./hyprland/configuration.nix];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user