nix: version home-manager along the nixos channels
This commit is contained in:
parent
0913cdc4d5
commit
ec01ff74b6
5 changed files with 29 additions and 14 deletions
|
@ -1,11 +1,12 @@
|
|||
{ pkgs,
|
||||
...
|
||||
{ pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
let
|
||||
in {
|
||||
programs.home-manager.enable = true;
|
||||
programs.home-manager.path = https://github.com/rycee/home-manager/archive/445c0b1482c38172a9f8294ee16a7ca7462388e5.tar.gz;
|
||||
# TODO: re-enable this with the appropriate version
|
||||
# programs.home-manager.enable = true;
|
||||
# programs.home-manager.path = https://github.com/rycee/home-manager/archive/445c0b1482c38172a9f8294ee16a7ca7462388e5.tar.gz;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ../../overlay.nix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue