This commit is contained in:
2025-12-01 09:14:07 +00:00
parent 67e65a8c9d
commit 007c8bc9c1
16 changed files with 82 additions and 71 deletions

View File

@@ -71,10 +71,10 @@ in
package = pkgs.pulseaudioFull;
};
logind = {
powerKey = "suspend";
powerKeyLongPress = "poweroff";
lidSwitchExternalPower = "ignore";
logind.settings.Login = {
HandlePowerKey = "suspend";
HandlePowerKeyLongPress = "poweroff";
HandleLidSwitchExternalPower = "ignore";
};
avahi = {
@@ -224,7 +224,7 @@ in
qalculate-qt # qalculate
google-chrome
wirelesstools
poppler_utils
poppler-utils
squashfsTools
joplin-desktop
aspellDicts.en
@@ -238,7 +238,7 @@ in
netsurf-browser
man-pages-posix
gnome-calculator
libsForQt5.okular
kdePackages.okular
nvtopPackages.amd
age-plugin-yubikey
nvtopPackages.intel
@@ -330,11 +330,11 @@ in
gtk = {
enable = true;
theme = {
package = pkgs.plasma5Packages.breeze-gtk;
package = pkgs.kdePackages.breeze-gtk;
name = "Breeze";
};
cursorTheme = {
package = pkgs.plasma5Packages.breeze-icons;
package = pkgs.kdePackages.breeze-icons;
name = "Breeze_Snow";
};
iconTheme = {

View File

@@ -67,7 +67,7 @@ let
attrs:
let
args = configToArgs attrs;
argToCommand = arg: "${pkgs.plasma5Packages.kconfig}/bin/kwriteconfig5 ${arg}";
argToCommand = arg: "${pkgs.kdePackages.kconfig}/bin/kwriteconfig6 ${arg}";
commands = builtins.map argToCommand args;
in
lib.strings.concatStringsSep "\n" commands;

View File

@@ -66,7 +66,7 @@ in
wasmtime
bpftrace
hyperfine
sloccount
loccount
tesseract
postgresql
gcc_latest

View File

@@ -1,6 +1,5 @@
{
lib,
config,
...
}:
{