Add hyprland as window manager
This commit is contained in:
@@ -4,6 +4,6 @@ let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
#./window-manager/${profile.interface}.nix
|
||||
./window-manager/${profile.interface}.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user