sisyphus/nixos/modules-old/apps/default.nix

9 lines
122 B
Nix

{
imports = [
./firefox
./kitty
./steam
./thunderbird
# ./virtualbox
];
}