feat: use home manager to install insed of home.packages
This commit is contained in:
parent
42a35c9cf0
commit
96d7683ff2
4 changed files with 12 additions and 11 deletions
|
|
@ -52,9 +52,11 @@
|
|||
home.packages = with pkgs; [
|
||||
unzip
|
||||
p7zip
|
||||
aria2
|
||||
];
|
||||
|
||||
# Install aria2
|
||||
programs.aria2.enable = true;
|
||||
|
||||
# Install fzf
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue