Gen 400: more small scale tweaks

This commit is contained in:
pagedMov
2024-10-12 02:15:47 -04:00
parent f8d099d40b
commit 4cdda63bcd
6 changed files with 136 additions and 32 deletions

View File

@@ -38,12 +38,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
agenix.url = "github:ryantm/agenix";
#glasshouse-desktop dots
nvim.url = "path:/home/pagedmov/sysflakes/glasshouse-desktop/home/nixvim";
toilet.url = "path:/home/pagedmov/sysflakes/glasshouse-desktop/home/toilet";
};
outputs = { nixpkgs, home-manager, self, nvim, toilet, ... }@inputs:
outputs = { nixpkgs, home-manager, self, agenix, nvim, toilet, ... }@inputs:
let
system = "x86_64-linux";
username = "pagedmov";
@@ -58,7 +60,10 @@
inherit self inputs allowed-unfree-packages username;
};
inherit system;
modules = [ ./glasshouse-desktop/sys ];
modules = [
./glasshouse-desktop/sys
agenix.nixosModules.default
];
};
};
};