feat(hyprland): init hyprland as nixos and home-manager modules
This commit is contained in:
parent
f51b21889c
commit
ee0aa7c4a3
6 changed files with 40 additions and 1 deletions
11
systems/modules/hyprland.nix
Normal file
11
systems/modules/hyprland.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
programs.uwsm = {
|
||||
enable = false;
|
||||
};
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
#withUWSN = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue