nixos/home/apps/laptop.nix
2024-06-07 21:21:03 +02:00

15 lines
151 B
Nix

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