8 lines
189 B
Nix
8 lines
189 B
Nix
{ ags, pkgs, ...}: {
|
|
imports = [ ags.homeManagerModules.default ];
|
|
|
|
programs.ags = {
|
|
enable = true;
|
|
# configDir = /home/lilith/code/widgets; #TODO only for prototyping
|
|
};
|
|
}
|