Skip to content

Commit

Permalink
fix hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPartensky committed May 2, 2024
1 parent d93c4cf commit 4bf6920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/.config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

# Let Home Manager install and manage itself.
# programs.home-manager.enable = true;
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland = {
# wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland = {
# Whether to enable Hyprland wayland compositor
enable = true;
# The hyprland package to use
Expand Down

0 comments on commit 4bf6920

Please sign in to comment.