added shpool, ran nix fmt.

This commit is contained in:
Gabe Venberg 2026-01-19 14:40:26 +01:00
parent 0fe2f35093
commit 57c49eefed
16 changed files with 51 additions and 21 deletions

View file

@ -10,8 +10,8 @@
../../configs/home-manager/direnv.nix
../../configs/home-manager/ssh-agent.nix
../../configs/home-manager/zsh.nix
../../configs/home-manager/zellij
../../configs/home-manager/yazi.nix
../../configs/home-manager/shpool.nix
];
user = {

View file

@ -6,11 +6,11 @@
}: {
# when it gets packaged, will want cadquery and build123d
home.packages = with pkgs; [
ardour
cardinal
vmpk
bespokesynth
surge
helio-workstation
ardour
cardinal
vmpk
bespokesynth
surge
helio-workstation
];
}

View file

@ -7,6 +7,7 @@
}: {
imports = [
./minimal-terminal.nix
../../configs/home-manager/zellij
../../configs/home-manager/nushell
../../configs/home-manager/starship.nix
../../configs/home-manager/zk.nix