feat: Add sketchybar and format

This commit is contained in:
Uttarayan Mondal
2024-05-14 02:08:59 +05:30
parent d44ee68461
commit 11f6a9b736
9 changed files with 56 additions and 10 deletions

View File

@@ -1,6 +1,11 @@
{...}: {
imports = [
./goread.nix
./hyprpaper.nix
];
{
pkgs,
lib,
...
}: {
imports = [
./goread.nix
./hyprpaper.nix
./sketchybar.nix
];
}