nix-config/home/features/desktop/gnome/default.nix
2024-05-24 14:06:43 +02:00

5 lines
50 B
Nix

{pkgs, ...}: {
imports = [
../common
];
}