feat: Add sketchybar and format
This commit is contained in:
9
macos/default.nix
Normal file
9
macos/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
# imports = [
|
||||
# # ./sketchybar.nix
|
||||
# ];
|
||||
}
|
||||
4
macos/sketchybar.nix
Normal file
4
macos/sketchybar.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
programs.sketchybar = {
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user