diff --git a/flake.lock b/flake.lock index 57989c7..ae299a5 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1713789879, - "narHash": "sha256-4Wt3Bg6uOnvwZcECBZaFEdzlWRlGLgd8DqLL4ugLdxg=", + "lastModified": 1713818326, + "narHash": "sha256-aw3xbVPJauLk/bbrlakIYxKpeuMWzA2feGrkIpIuXd8=", "owner": "nix-community", "repo": "home-manager", - "rev": "46833c3115e8858370880d892748f0927d8193c3", + "rev": "67de98ae6eed5ad6f91b1142356d71a87ba97f21", "type": "github" }, "original": { diff --git a/programm_configs/i3.nix b/programm_configs/i3.nix index 72b878d..f4ae7db 100644 --- a/programm_configs/i3.nix +++ b/programm_configs/i3.nix @@ -42,7 +42,7 @@ in notification = false; } { - command = "systemcrl --user restart redshift"; + command = "systemctl --user restart redshift"; always = true; notification = false; }