Separate package list
This commit is contained in:
parent
7e654c5ce5
commit
913d876113
3 changed files with 49 additions and 26 deletions
28
flake.nix
28
flake.nix
|
|
@ -63,6 +63,8 @@
|
|||
./modules/ghostty.nix
|
||||
./modules/syncthing.nix
|
||||
./config/fonts.nix
|
||||
./config/packages-common.nix
|
||||
./config/packages-macos.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
@ -71,32 +73,6 @@
|
|||
home.homeDirectory = "/Users/yanlin";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
python312
|
||||
uv
|
||||
lftp
|
||||
termscp
|
||||
httpie
|
||||
lazysql
|
||||
sqlite
|
||||
openssh
|
||||
papis
|
||||
claude-code.packages.aarch64-darwin.claude-code
|
||||
ncdu
|
||||
git-credential-oauth
|
||||
rsync
|
||||
gnumake
|
||||
zoxide
|
||||
delta
|
||||
maccy
|
||||
appcleaner
|
||||
iina
|
||||
keepassxc
|
||||
syncthing
|
||||
hidden-bar
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue