mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
auto up
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
./../../modules/laptop/battery.nix
|
||||
|
||||
./../../modules/graphics/workstation.nix
|
||||
./../../modules/graphics/grayscale.nix
|
||||
./../../modules/services/printer.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
|
||||
./../../modules/hardware/xremap.nix
|
||||
./../../modules/hardware/boot.nix
|
||||
|
||||
./../../modules/graphics/workstation.nix
|
||||
./../../modules/graphics/grayscale.nix
|
||||
|
||||
./../../modules/laptop/powersave.nix
|
||||
./../../modules/laptop/battery.nix
|
||||
./../../modules/services/printer.nix
|
||||
|
||||
@@ -17,10 +17,10 @@ in {
|
||||
};
|
||||
|
||||
systemd.user.timers.hyprshade-toggle = {
|
||||
description = "Run hyprshade-toggle every 5 minutes";
|
||||
description = "Run hyprshade toggle";
|
||||
timerConfig = {
|
||||
OnBootSec = "1min";
|
||||
OnUnitActiveSec = "5min";
|
||||
OnUnitActiveSec = "3min";
|
||||
AccuracySec = "30s";
|
||||
};
|
||||
wantedBy = [ "timers.target" ];
|
||||
|
||||
Reference in New Issue
Block a user