Merge remote-tracking branch 'origin/main' into separate-big-files
This commit is contained in:
@ -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";
|
||||
};
|
||||
|
||||
@ -38,8 +38,6 @@ in {
|
||||
"sddm".serviceConfig.KillMode = "mixed";
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user