nixos-config/programs/desktop/home-manager.nix

6 lines
40 B
Nix
Raw Normal View History

2024-11-06 09:50:59 +00:00
_: {
imports = [
./firefox
];
}