mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 00:13:01 -04:00
ags
This commit is contained in:
parent
a7f53fad26
commit
986387dee5
166 changed files with 21898 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue