Rename the hosts

This commit is contained in:
SebastianStork 2024-04-21 21:23:44 +02:00
parent 7481d44f0a
commit a101b7ab25
11 changed files with 14 additions and 14 deletions

View file

@ -1,19 +0,0 @@
{...}: {
imports = [./default.nix];
home-manager.users.seb = {
wayland.windowManager.hyprland.settings.monitor = "eDP-1,1920x1080@60,0x0,1";
services.hypridle.listeners = [
{
timeout = 300;
onTimeout = "brillo -q -O && brillo -q -S 10";
onResume = "brillo -q -I";
}
{
timeout = 1200;
onTimeout = "systemctl suspend";
}
];
};
}