alright, some more conf

This commit is contained in:
Chris Kruining 2025-03-23 17:53:01 +01:00
parent 7098906a46
commit 81f1f6f9ca
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
4 changed files with 31 additions and 24 deletions

View file

@ -23,7 +23,7 @@ in
kcoreaddons
];
# environment.plasma6.excludePackages = with pkgs.kdePackages; [ konsole kate ghostwriter oxygen ];
environment.plasma6.excludePackages = with pkgs.kdePackages; [ konsole kate ghostwriter oxygen ];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services = {
@ -253,25 +253,28 @@ in
};
configFile = {
baloofilerc = {
};
kdeglobals = {
General = {
General = {
# enable font antialiasing
XftAntialias = true;
XftHintStyle = "hintslight";
XftSubPixel = "rgb";
};
};
};
kwalletrc = {
Wallet.Enabled = false;
Wallet.Enabled = false;
};
plasmarc = {
General = {
General = {
RaiseMaximumVolume = true;
VolumeStep = 2;
};
};
};
kcminputrc = {
Keyboard.NumLock.value = 0;
Keyboard.NumLock.value = 0;
};
};
};