kanshi: Don't freak out if no custom config
This commit is contained in:
parent
8b9a61339e
commit
cbc43f838b
1 changed files with 7 additions and 1 deletions
|
@ -127,7 +127,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kanshi.enable = true;
|
kanshi = {
|
||||||
|
enable = true;
|
||||||
|
# So the config file exists
|
||||||
|
settings = [
|
||||||
|
{ profile = { }; }
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue