nix-config/home/features/desktop/common/default.nix
2023-12-27 10:31:23 +01:00

6 lines
61 B
Nix

{
imports = [
./firefox.nix
./alacritty.nix
];
}