Compare commits

..

No commits in common. "3bbaf1e5d2b68df2433fa094dd468ca28917e6f2" and "00d0195309b660cda8a303b5991d9b818ab8e8a8" have entirely different histories.

3 changed files with 3 additions and 15 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
result
.env .env
manualEpub # symlink for nixosConfigurations.nixos-wsl.config.system.build.manual.manualEpub
result # Symlink for system build

View File

@ -73,7 +73,7 @@
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager = { home-manager = {
# users.whovian = import ./home/home.nix;
sharedModules = [ sharedModules = [
./home/home.nix ./home/home.nix
agenix.homeManagerModules.default agenix.homeManagerModules.default

View File

@ -9,18 +9,7 @@
*/ */
# agenix.packages.x86_64-linux.default # agenix.packages.x86_64-linux.default
]; ];
/*
documentation = {
nixos = {
includeAllModules = true;
};
man = {
generateCaches = true;
};
};
*/
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;