feat: use home manager to install insed of home.packages

This commit is contained in:
CronyAkatsuki 2025-10-24 18:15:27 +02:00
parent 42a35c9cf0
commit 96d7683ff2
4 changed files with 12 additions and 11 deletions

View file

@ -52,9 +52,11 @@
home.packages = with pkgs; [
unzip
p7zip
aria2
];
# Install aria2
programs.aria2.enable = true;
# Install fzf
programs.fzf = {
enable = true;