mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
fix(nixos): screen blank after inactivity
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.default
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
@@ -99,6 +101,15 @@
|
||||
ghostscript
|
||||
];
|
||||
|
||||
home-manager.users.mudics = {
|
||||
xfconf.settings = {
|
||||
xfce4-power-manager."xfce4-power-manager/dpms-enabled" = false;
|
||||
xfce4-screensaver."saver/enabled" = false;
|
||||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
};
|
||||
|
||||
systemd.services.update-mudics = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
after = ["network-online.target"];
|
||||
|
||||
Reference in New Issue
Block a user