hyprland
This commit is contained in:
9
modules/home-manager/hyprland.nix
Normal file
9
modules/home-manager/hyprland.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
5
modules/nixos/hyprland.nix
Normal file
5
modules/nixos/hyprland.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user