Compare commits
2 commits
b9663da3a3
...
3e6ab74cb4
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e6ab74cb4 | |||
| 4b3a5a4778 |
1 changed files with 4 additions and 2 deletions
|
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
kpxcSettings = lib.generators.toINI {} {
|
kpxcSettings = lib.generators.toINI {} {
|
||||||
# Not sure what changing this does, I'll leave it alone
|
|
||||||
General = {
|
General = {
|
||||||
|
# Not sure what changing this does, I'll leave it alone
|
||||||
ConfigVersion = 2;
|
ConfigVersion = 2;
|
||||||
MinimizeAfterUnlock = true;
|
MinimizeAfterUnlock = true;
|
||||||
|
AutoSaveAfterEveryChange = false;
|
||||||
};
|
};
|
||||||
GUI = {
|
GUI = {
|
||||||
ApplicationTheme = "classic";
|
ApplicationTheme = "classic";
|
||||||
|
|
@ -18,6 +19,7 @@ let
|
||||||
# monochrome-light, monochrome-dark or colorful
|
# monochrome-light, monochrome-dark or colorful
|
||||||
TrayIconAppearance = "monochrome-light";
|
TrayIconAppearance = "monochrome-light";
|
||||||
};
|
};
|
||||||
|
Security.HideNotes = true;
|
||||||
SSHAgent.Enabled = true;
|
SSHAgent.Enabled = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue