We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5a4c5 commit 5d8bdf7Copy full SHA for 5d8bdf7
home/plasma.nix
@@ -9,6 +9,9 @@ _:
9
TerminalService = "foot.desktop";
10
};
11
12
- configFile.kcminputrc."Libinput/13364/832/Keychron Keychron V4 Mouse".PointerAccelerationProfile = 1;
+ configFile = {
13
+ kcminputrc."Libinput/13364/832/Keychron Keychron V4 Mouse".PointerAccelerationProfile = 1;
14
+ kwinrc.EdgeBarrier.EdgeBarrier = 0;
15
+ };
16
17
}
modules/system/preservation.nix
@@ -69,6 +69,9 @@ _: {
69
commonMountOptions = [
70
"x-gvfs-hide"
71
];
72
+ files = [
73
+ ".config/kwinoutputconfig.json"
74
+ ];
75
directories = [
76
{
77
directory = ".ssh";
0 commit comments