mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Change primary display don't need sketchybar
This commit is contained in:
parent
6768bdb19e
commit
c1e274ab1c
6 changed files with 44 additions and 64 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{...}: {
|
||||
# services.sketchybar = {
|
||||
# enable = true;
|
||||
# extraPackages = [];
|
||||
# };
|
||||
{pkgs, ...}: {
|
||||
services.sketchybar = {
|
||||
# enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
sbarlua
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue