Unify package config and import

This commit is contained in:
Yan Lin 2025-08-30 07:38:59 +02:00
parent 1ac0a29a59
commit 13cfcca90c
4 changed files with 6 additions and 4 deletions

View file

@ -30,10 +30,8 @@
home.packages = with pkgs; [
# Network and file transfer
lftp
termscp
httpie
openssh
rsync
gnumake
# Command-line utilities
@ -57,8 +55,6 @@
sqlite
# Productivity apps
papis
keepassxc # Password manager (Linux/Windows/macOS)
syncthing # File synchronization (cross-platform)
];
}