Files
nixos/desktop/modules/home/default.nix
2026-03-23 21:24:20 +01:00

6 lines
42 B
Nix

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