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

15 lines
162 B
Nix

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