Skip to content

Commit

Permalink
Revert "Add hyprland as well as cinnamon"
Browse files Browse the repository at this point in the history
This reverts commit 2000d41.
  • Loading branch information
simonrw committed Aug 9, 2023
1 parent e00939a commit b9a7f5e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions system/nixos/astoria/wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,5 @@ let
services.xserver.desktopManager.cinnamon.enable = true;
services.xserver.displayManager.gdm.enable = true;
};

hyprland-settings = {
programs.hyprland = {
enable = true;
nvidiaPatches = true;
xwayland.enable = true;
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.xserver.displayManager.gdm.wayland = true;
};
in
cinnamon-settings // hyprland-settings
cinnamon-settings

0 comments on commit b9a7f5e

Please sign in to comment.