mochi/nixos/home/modules/programs/de/default.nix
2024-06-20 08:59:56 -05:00

5 lines
44 B
Nix

{ ... }: {
imports = [
./gnome
];
}