We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1044ac commit 2a31353Copy full SHA for 2a31353
modules/sway.nix
@@ -25,7 +25,6 @@ in {
25
swaybg
26
swayidle
27
swaylock
28
- waybar
29
wayland
30
wdisplays
31
wl-clipboard
users/bun.nix
@@ -170,6 +170,9 @@ in {
170
(with import ../modules/tmux.nix { inherit pkgs; }; [ nvim-movement ])
171
++ (with pkgs.tmuxPlugins; [ continuum ]);
172
};
173
+ waybar = {
174
+ enable = true;
175
+ };
176
wezterm = {
177
enable = true;
178
extraConfig = ''
0 commit comments