feat: Add sketchybar and format
This commit is contained in:
@@ -47,6 +47,7 @@ in {
|
||||
../modules
|
||||
]
|
||||
++ lib.optionals device.isLinux [../linux]
|
||||
# ++ lib.optionals.device.isMac [../macos]
|
||||
++ lib.optionals device.isServer [../server];
|
||||
|
||||
home.packages = with pkgs;
|
||||
@@ -121,6 +122,7 @@ in {
|
||||
};
|
||||
|
||||
programs = {
|
||||
sketchybar.enable = true;
|
||||
atuin = {
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
|
||||
Reference in New Issue
Block a user