12 lines
156 B
Nix
12 lines
156 B
Nix
{
|
|
imports = [
|
|
./theme-switcher.nix
|
|
];
|
|
|
|
home.activation = {
|
|
makedir = ''
|
|
mkdir -p ~/.config/cornflake
|
|
'';
|
|
};
|
|
}
|