added aagl as a flake input, about to update
This commit is contained in:
parent
4b013738e1
commit
fd6ca655c3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
./modules/packages.nix
|
./modules/packages.nix
|
||||||
./modules/aagl.nix
|
./modules/aagl.nix
|
||||||
inputs.aagl.nixosModules.default
|
inputs.aagl.nixosModules.default
|
||||||
{ nix.settings = aagl.nixConfig; } # Setup cachix for aagl projects
|
{ nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects
|
||||||
# Imports home-manager module for use within nixos, not reccomended for use WITH standalone version
|
# Imports home-manager module for use within nixos, not reccomended for use WITH standalone version
|
||||||
# inputs.home-manager.nixosModules.default
|
# inputs.home-manager.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue