mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Rename the hosts
This commit is contained in:
parent
7481d44f0a
commit
a101b7ab25
11 changed files with 14 additions and 14 deletions
19
users/seb/@inspiron.nix
Normal file
19
users/seb/@inspiron.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{...}: {
|
||||
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";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue