dotfiles/users/som/programs/configuration.nix
2024-10-05 17:26:54 +03:00

8 lines
50 B
Nix

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