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