hyprland: init

This commit is contained in:
makefu 2024-06-12 23:41:39 +02:00
parent b0b29f1af7
commit c8531556e6
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 10 additions and 1 deletions

View file

@ -19,7 +19,8 @@ in
./urxvtd.nix
./pipewire.nix
# ./gnome.nix
./kde.nix
# ./kde.nix
./hyprland.nix
];

View file

@ -0,0 +1,8 @@
{
programs.hyprland = {
# Install the packages from nixpkgs
enable = true;
# Whether to enable XWayland
xwayland.enable = true;
};
}