Update thor flake
This commit is contained in:
parent
a1b6645fb8
commit
0cbcfa9fa0
19 changed files with 27 additions and 1190 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue