Update thor flake

This commit is contained in:
Filippo Berto 2022-05-07 15:18:05 +02:00
parent a1b6645fb8
commit 0cbcfa9fa0
19 changed files with 27 additions and 1190 deletions

View file

@ -63,6 +63,7 @@
nixpkgsSettings = {
inherit overlays system;
config = {
extraOptions = "experimental-features = nix-command flakes";
allowUnfree = true;
permittedInsecurePackages = [ "electron-9.4.4" ]; # authy dependency
};
@ -117,7 +118,7 @@
modules = thorBaseModules ++ [
home-manager.nixosModules.home-manager
homeManagerSettings
{ home-manager.users.bertof = import ./thor.nix; }
{ home-manager.users.bertof = import ./home_manager/thor.nix; }
] ++ extraModules;
};
@ -126,7 +127,7 @@
modules = thorBaseModules ++ [
home-manager-unstable.nixosModules.home-manager
homeManagerSettings
{ home-manager.users.bertof = import ./thor.nix; }
{ home-manager.users.bertof = import ./home_manager/thor.nix; }
] ++ extraModules;
};