update ags
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
# add the home manager module
|
||||
imports = [ inputs.ags.homeManagerModules.default ];
|
||||
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
|
||||
# symlink to ~/.config/ags
|
||||
configDir = ./custom;
|
||||
|
||||
# additional packages to add to gjs's runtime
|
||||
extraPackages = with pkgs; [
|
||||
inputs.ags.packages.${pkgs.system}.battery
|
||||
fzf
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user