Compare commits
No commits in common. "3e6ab74cb40aef84aa9f43e06bb0f08752c47d56" and "b9663da3a3ed043db20eff55fcb0cab0029c47fb" have entirely different histories.
3e6ab74cb4
...
b9663da3a3
1 changed files with 2 additions and 4 deletions
|
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
kpxcSettings = lib.generators.toINI {} {
|
kpxcSettings = lib.generators.toINI {} {
|
||||||
General = {
|
|
||||||
# Not sure what changing this does, I'll leave it alone
|
# Not sure what changing this does, I'll leave it alone
|
||||||
|
General = {
|
||||||
ConfigVersion = 2;
|
ConfigVersion = 2;
|
||||||
MinimizeAfterUnlock = true;
|
MinimizeAfterUnlock = true;
|
||||||
AutoSaveAfterEveryChange = false;
|
|
||||||
};
|
};
|
||||||
GUI = {
|
GUI = {
|
||||||
ApplicationTheme = "classic";
|
ApplicationTheme = "classic";
|
||||||
|
|
@ -19,7 +18,6 @@ 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