hyprland maybe
This commit is contained in:
8
modules/home-manager/hyprland/default.nix
Normal file
8
modules/home-manager/hyprland/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, config, inputs, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user