From a2bd846f8624f535a619d692fd8a895e843046bd Mon Sep 17 00:00:00 2001 From: CDaut Date: Tue, 23 Apr 2024 12:49:58 +0200 Subject: [PATCH] typo & update --- flake.lock | 6 +++--- programm_configs/i3.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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; }