This commit is contained in:
blahai 2024-08-31 00:52:18 +03:00
parent a7f53fad26
commit 986387dee5
No known key found for this signature in database
166 changed files with 21898 additions and 1 deletions

View file

@ -1,8 +1,14 @@
{ inputs, pkgs, ... }:
{ inputs, pkgs, lib, ... }:
{
# add the home manager module
imports = [ inputs.ags.homeManagerModules.default ];
home.activation = {
linkAgs = lib.hm.dag.entryAfter ["writeBoundary"] ''
ln -sf ./ags ~/.config/ags
'';
};
programs.ags = {
enable = true;