Separate package list
This commit is contained in:
parent
7e654c5ce5
commit
913d876113
3 changed files with 49 additions and 26 deletions
33
config/packages-common.nix
Normal file
33
config/packages-common.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Development and build tools
|
||||
texlive.combined.scheme-full
|
||||
python312
|
||||
uv
|
||||
gnumake
|
||||
|
||||
# Network and file transfer
|
||||
lftp
|
||||
termscp
|
||||
httpie
|
||||
openssh
|
||||
rsync
|
||||
|
||||
# Database and data tools
|
||||
lazysql
|
||||
sqlite
|
||||
papis
|
||||
|
||||
# Command-line utilities
|
||||
ncdu
|
||||
git-credential-oauth
|
||||
zoxide
|
||||
delta
|
||||
|
||||
# Cross-platform applications
|
||||
keepassxc # Password manager (Linux/Windows/macOS)
|
||||
syncthing # File synchronization (cross-platform)
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue