feat(home): Set isDesktop
This commit is contained in:
parent
c8fc33fcba
commit
e763212b39
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ in
|
||||||
home.keyboard.options = [ "apple:alupckeys" ];
|
home.keyboard.options = [ "apple:alupckeys" ];
|
||||||
|
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
|
isDesktop = true;
|
||||||
|
|
||||||
appearance = {
|
appearance = {
|
||||||
base = enabled;
|
base = enabled;
|
||||||
gtk = enabled;
|
gtk = enabled;
|
||||||
|
|
Loading…
Reference in a new issue