ags: install
This commit is contained in:
parent
b4753b6b9d
commit
029370a1d5
2 changed files with 12 additions and 1 deletions
|
|
@ -1,9 +1,15 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
#../../homeManagerModules/zsh.nix
|
||||
../../homeManagerModules/default.nix
|
||||
inputs.ags.homeManagerModules.default
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue