update config

This commit is contained in:
2023-11-01 10:52:13 +01:00
parent 0ddc3f3b21
commit 45b5dfb292
5 changed files with 60 additions and 7 deletions

View File

@@ -6,9 +6,13 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
ags = {
url = "github:Aylur/ags";
};
};
outputs = {nixpkgs, home-manager, ...}:
outputs = {nixpkgs, home-manager, ags, ...}:
let
username = "theaninova";
system = "x86_64-linux";
@@ -30,6 +34,7 @@
inherit pkgs;
modules = [
ags.homeManagerModules.default
home
];
};