hyprland: init
This commit is contained in:
parent
b0b29f1af7
commit
c8531556e6
2configs/gui
|
@ -19,7 +19,8 @@ in
|
|||
./urxvtd.nix
|
||||
./pipewire.nix
|
||||
# ./gnome.nix
|
||||
./kde.nix
|
||||
# ./kde.nix
|
||||
./hyprland.nix
|
||||
];
|
||||
|
||||
|
||||
|
|
8
2configs/gui/hyprland.nix
Normal file
8
2configs/gui/hyprland.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.hyprland = {
|
||||
# Install the packages from nixpkgs
|
||||
enable = true;
|
||||
# Whether to enable XWayland
|
||||
xwayland.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue