diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-03-31 21:35:58 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-03-31 23:16:04 +0530 |
| commit | 4cf0ef74c167d27f3c4e8c122f1b791241e48b88 (patch) | |
| tree | f5de3a63c8a722e59e09083198552522a1829f6d /home | |
| parent | 3c8bc3a9784c9118122e4f44d74fdfe45c42454f (diff) | |
chore(nix/flake): bump lock
Diffstat (limited to 'home')
| -rw-r--r-- | home/common/home.nix | 2 | ||||
| -rw-r--r-- | home/wayland/modules/sway/swayidle.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index 299fcb1..cc22e70 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -26,7 +26,7 @@ in home = { inherit username; - stateVersion = "25.05"; + stateVersion = "26.05"; homeDirectory = "/home/${config.home.username}"; packages = with pkgs; [ diff --git a/home/wayland/modules/sway/swayidle.nix b/home/wayland/modules/sway/swayidle.nix index b7d7d26..a22027b 100644 --- a/home/wayland/modules/sway/swayidle.nix +++ b/home/wayland/modules/sway/swayidle.nix @@ -56,7 +56,7 @@ in services.swayidle = { enable = true; - systemdTarget = "sway-session.target"; + systemdTargets = [ "sway-session.target" ]; events."before-sleep" = swaylock; timeouts = [ |
