feat: init ags config

This commit is contained in:
ooks-io 2024-02-23 16:27:36 +13:00
parent 59c8ebbbc7
commit 83a7fc02f8

View file

@ -1,8 +1,8 @@
{ lib, config, ... }:
{ lib, ... }:
{
imports = [
#./eww
#./ags -- needs to be implemented
./ags
#./waybar -- needs to be implemented
];
@ -10,6 +10,9 @@
eww = {
enable = lib.mkEnableOption "Enable Eww bar";
};
ags = {
enable = lib.mkEnableOption "Enable ags bar";
};
};
}