Files
cnix/home/extra/cnst.nix
2024-07-06 09:27:14 +02:00

23 lines
254 B
Nix

{
pkgs,
inputs,
...
}: {
imports = [
./kitty
./foot
./firefox
./neovim
./mako
];
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
webcord
calcurse
virt-manager
];
}