nixos/home/apps/default.nix
2024-05-09 16:44:39 +02:00

15 lines
151 B
Nix

{
imports = [
./kitty
./lf
./neofetch
./nvim
./qutebrowser
./spicetify
./wofi
./cava
./tmux
./lazygit
];
}