ags
This commit is contained in:
parent
b2bcd52da0
commit
b66f726ce2
3 changed files with 265 additions and 0 deletions
6
home/ags/default.nix
Normal file
6
home/ags/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = ./widgets/bar;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue