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 in
{ {
imports = [ imports = [
#./window-manager/${profile.interface}.nix ./window-manager/${profile.interface}.nix
]; ];
} }

View File

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