added ags
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{inputs, pkgs, system, ...}: {
|
||||
imports = [ inputs.ags.homeManagerModules.default ];
|
||||
program.ags = {
|
||||
enable = true;
|
||||
configDir = ./biscuit;
|
||||
extraPackages = with pkgs; [
|
||||
inputs.ags.packages.${pkgs.system}.battery
|
||||
fzf
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user