{ pkgs, ... }: { programs.home-manager.enable = true; home.username = "dyamon"; home.homeDirectory = "/home/dyamon"; home.packages = with pkgs; [ coreutils file tree # Misc utils trash-cli # Trash bin management zip unzip p7zip atool # Archiving curlFull wget # Connectivity git-crypt # git tools zathura poppler_utils # PDF management tomb pinentry-curses lsof steghide # folder encryption ]; }