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
|
|
@ -40,6 +40,19 @@
|
|||
file.".gnupg/gpg-agent.conf".text = ''
|
||||
pinentry-program ${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac
|
||||
'';
|
||||
|
||||
file.".config/sketchybar/sketchybarrc" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
#!/usr/bin/env lua
|
||||
|
||||
package.cpath = package.cpath .. ";${pkgs.sbarlua}/lib/lua/5.4/sketchybar.so"
|
||||
|
||||
-- Load the sketchybar-package and prepare the helper binaries
|
||||
require("helpers")
|
||||
require("init")
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue