display waybar on all monitors
removed the output = [] array from home-manager/waybar.nix as it was preventing replugged monitors from displaying waybar, since their id (DP-XX) changes when being replugged
This commit is contained in:
parent
38ff4ee9a8
commit
e20ad6341f
2 changed files with 10 additions and 5 deletions
|
@ -13,11 +13,21 @@
|
|||
enable = true;
|
||||
};
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableDAP = true;
|
||||
enableExtraDiagnostics = true;
|
||||
enableFormat = true;
|
||||
enableTreesitter = true;
|
||||
|
||||
rust.enable = true;
|
||||
nix.enable = true;
|
||||
markdown.enable = true;
|
||||
java.enable = true;
|
||||
};
|
||||
autocomplete.nvim-cmp = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue