added shpool, ran nix fmt.
This commit is contained in:
parent
0fe2f35093
commit
57c49eefed
16 changed files with 51 additions and 21 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue