Skip to content

Commit

Permalink
Enable bspwm
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Apr 24, 2024
1 parent fd34882 commit 3fafda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ in {
enable = true;
dark-mode = true;
};
wm.bspwm.enable = true;
}
else {}
);
Expand Down
1 change: 1 addition & 0 deletions system/nixos/astoria/wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# enable the window managers I use
# NOTE: do not enable gnome and cinnamon as they are mutually exclusive
me.wm.cinnamon.enable = true;
me.wm.bspwm.enable = true;

# overrides
# services.xserver.displayManager = {
Expand Down

0 comments on commit 3fafda1

Please sign in to comment.