diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-13 21:06:39 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-13 21:06:39 +0100 |
commit | 7a63e7adc4f929d958cd6bb1d784b640a4af6eba (patch) | |
tree | 772705e701aac9de1bff506205c8b0d410ca8a35 /accounts/gkleen@eostre.nix | |
parent | 79004a0077ad0d584859e39bf7ec881e4ae67999 (diff) | |
download | nixos-7a63e7adc4f929d958cd6bb1d784b640a4af6eba.tar nixos-7a63e7adc4f929d958cd6bb1d784b640a4af6eba.tar.gz nixos-7a63e7adc4f929d958cd6bb1d784b640a4af6eba.tar.bz2 nixos-7a63e7adc4f929d958cd6bb1d784b640a4af6eba.tar.xz nixos-7a63e7adc4f929d958cd6bb1d784b640a4af6eba.zip |
home-manager late activation
Diffstat (limited to 'accounts/gkleen@eostre.nix')
-rw-r--r-- | accounts/gkleen@eostre.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@eostre.nix b/accounts/gkleen@eostre.nix index e8423976..e97fdab5 100644 --- a/accounts/gkleen@eostre.nix +++ b/accounts/gkleen@eostre.nix | |||
@@ -6,6 +6,8 @@ | |||
6 | 6 | ||
7 | config = { | 7 | config = { |
8 | home-manager.users.${userName} = { | 8 | home-manager.users.${userName} = { |
9 | home.stateVersion = "20.09"; | ||
10 | |||
9 | nixpkgs.config = { | 11 | nixpkgs.config = { |
10 | allowUnfree = true; | 12 | allowUnfree = true; |
11 | }; | 13 | }; |