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 /flake.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 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -16,9 +16,12 @@ | |||
| 16 | }; | 16 | }; |
| 17 | home-manager = { | 17 | home-manager = { |
| 18 | type = "github"; | 18 | type = "github"; |
| 19 | owner = "nix-community"; | 19 | # owner = "nix-community"; |
| 20 | # repo = "home-manager"; | ||
| 21 | # ref = "master"; | ||
| 22 | owner = "pasqui23"; | ||
| 20 | repo = "home-manager"; | 23 | repo = "home-manager"; |
| 21 | ref = "master"; | 24 | rev = "3d0d3a2bc3b8f279dec0355e3fcc24001e9fb085"; |
| 22 | inputs = { | 25 | inputs = { |
| 23 | nixpkgs.follows = "nixpkgs"; | 26 | nixpkgs.follows = "nixpkgs"; |
| 24 | }; | 27 | }; |
