cornflake/system/home-manager/default.nix
2026-03-01 01:39:57 +09:00

12 lines
156 B
Nix

{
imports = [
./theme-switcher.nix
];
home.activation = {
makedir = ''
mkdir -p ~/.config/cornflake
'';
};
}