refactor: decouple 'andromache' home config from 'astyanax'
This commit is contained in:
@@ -57,7 +57,7 @@ in
|
||||
home-manager.enable = true;
|
||||
};
|
||||
|
||||
home.packages = import ./packages.nix {
|
||||
home.packages = import ../packages.nix {
|
||||
inherit pkgs;
|
||||
inherit config;
|
||||
};
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
[
|
||||
bash-completion
|
||||
bat
|
||||
entr
|
||||
feh
|
||||
fzf
|
||||
gh
|
||||
git
|
||||
haskellPackages.pandoc-crossref
|
||||
htop
|
||||
jq
|
||||
kitty
|
||||
nixfmt-rfc-style
|
||||
nmap
|
||||
nodejs_24
|
||||
nvimpager
|
||||
pandoc
|
||||
parallel
|
||||
pass
|
||||
pnpm
|
||||
ripgrep
|
||||
signal-desktop
|
||||
silver-searcher
|
||||
sops
|
||||
sshfs
|
||||
tldr
|
||||
tmux
|
||||
tmuxp
|
||||
tree
|
||||
unzip
|
||||
vimPlugins.vim-plug
|
||||
wget
|
||||
]
|
||||
Reference in New Issue
Block a user