feat: init ags config
This commit is contained in:
parent
59c8ebbbc7
commit
83a7fc02f8
1 changed files with 5 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue