install home-manager from a channel
This commit is contained in:
parent
15d3123a6c
commit
d8e1053f2d
|
@ -184,13 +184,13 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts = [
|
fonts = [
|
||||||
# TODO: vollkorn
|
|
||||||
# TODO: humor-sans
|
|
||||||
comic-neue
|
comic-neue
|
||||||
source-sans-pro
|
source-sans-pro
|
||||||
source-serif-pro
|
source-serif-pro
|
||||||
fira-code
|
fira-code
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
|
# TODO: vollkorn
|
||||||
|
# TODO: humor-sans
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: make a nix-shell expression out of this
|
# TODO: make a nix-shell expression out of this
|
||||||
|
@ -216,8 +216,8 @@ in
|
||||||
);
|
);
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
# programs.home-manager.path = https://github.com/rycee/home-manager/archive/release-18.09.tar.gz;
|
programs.home-manager.path = "$HOME/.nix-defexpr/channels/home-manager";
|
||||||
programs.home-manager.path = "/home/spiollinux/src/home-manager";
|
|
||||||
programs.direnv =
|
programs.direnv =
|
||||||
{ enable = true;
|
{ enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue