Properly add home-manager to NixOS installs
This commit is contained in:
parent
4c755a6382
commit
ce29145fa1
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
home-manager
|
||||||
tldr
|
tldr
|
||||||
tmux
|
tmux
|
||||||
vim-full
|
vim-full
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue