cornflake/system/home-manager/default.nix
2025-02-16 14:41:48 +09:00

12 lines
156 B
Nix

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