home-manager: manage more packages
This commit is contained in:
parent
f7e1bb0e12
commit
4267d21e72
@ -23,8 +23,12 @@ in {
|
||||
programs.home-manager.path = "$HOME/utils/dotfiles";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
direnv
|
||||
# lorri and arion are apparently provided by cachix#devenv
|
||||
alejandra
|
||||
statix
|
||||
niv
|
||||
rnix-lsp
|
||||
duf
|
||||
dua
|
||||
du-dust
|
||||
@ -33,6 +37,7 @@ in {
|
||||
headscale
|
||||
btop
|
||||
sops
|
||||
ccache
|
||||
];
|
||||
|
||||
homeage = {
|
||||
|
Loading…
Reference in New Issue
Block a user