fix: move home-manager essentials from packages -> common
This commit is contained in:
parent
fc96d1d0ae
commit
cf272f9a63
2 changed files with 7 additions and 6 deletions
|
@ -5,12 +5,6 @@
|
|||
./programs
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue