Merge remote-tracking branch 'origin/main' into separate-big-files

This commit is contained in:
2026-05-27 15:04:25 +02:00
17 changed files with 822 additions and 184 deletions

View File

@ -15,7 +15,7 @@
serviceConfig = {
ExecStart = ["${pkgs.kdePackages.yakuake}/bin/yakuake"];
Type = "oneshot";
Type = "simple";
Restart = "on-failure";
RestartSec = "5s";
Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin";
@ -30,7 +30,7 @@
serviceConfig = {
ExecStart = ["${pkgs.trayscale}/bin/trayscale --hide-window"];
Type = "oneshot";
Type = "simple";
Restart = "on-failure";
RestartSec = "5s";
};

View File

@ -38,8 +38,6 @@ in {
"sddm".serviceConfig.KillMode = "mixed";
};
programs.gamemode.enable = true;
services = {
xserver = {
enable = true;

View File

@ -8,8 +8,8 @@
}: let
profiles = {
laptop = {
AC.powerProfile = "powerSaving";
battery.powerProfile = "powerSaving";
AC.powerProfile = null; #Set to null so it doesnt change on plugging it in.
battery.powerProfile = null;
lowBattery.powerProfile = "powerSaving";
};
desktop = {