Skip to content

Commit

Permalink
Use cinnamon
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 5, 2024
1 parent 937d28e commit 4d6f244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ in {
// (
if isLinux
then {
wm.gnome = {
wm.cinnamon = {
enable = true;
wayland = false;
};
}
else {}
Expand Down
3 changes: 1 addition & 2 deletions system/nixos/astoria/wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
# enable the window managers I use
# NOTE: do not enable gnome and cinnamon as they are mutually exclusive

me.wm.gnome = {
me.wm.cinnamon = {
enable = true;
wayland = false;
};

# overrides
Expand Down

0 comments on commit 4d6f244

Please sign in to comment.