Add hyprland as window manager

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-20 23:00:25 +02:00
parent 3bac6a4e89
commit 5edbfb2025
2 changed files with 8 additions and 9 deletions

View File

@@ -4,6 +4,6 @@ let
in
{
imports = [
#./window-manager/${profile.interface}.nix
./window-manager/${profile.interface}.nix
];
}

View File

@@ -32,14 +32,13 @@ in
networkmanagerapplet
];
#fonts.packages = with pkgs; [
# nerd-fonts.space-mono
# ];
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
wayland = {
windowManager = {
hyprland = {
enable = true;
xwayland.enable = true;
};
};
};
programs.waybar = {