typo & update

This commit is contained in:
CDaut 2024-04-23 12:49:58 +02:00
parent f4d89f80a3
commit a2bd846f86
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713789879, "lastModified": 1713818326,
"narHash": "sha256-4Wt3Bg6uOnvwZcECBZaFEdzlWRlGLgd8DqLL4ugLdxg=", "narHash": "sha256-aw3xbVPJauLk/bbrlakIYxKpeuMWzA2feGrkIpIuXd8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "46833c3115e8858370880d892748f0927d8193c3", "rev": "67de98ae6eed5ad6f91b1142356d71a87ba97f21",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -42,7 +42,7 @@ in
notification = false; notification = false;
} }
{ {
command = "systemcrl --user restart redshift"; command = "systemctl --user restart redshift";
always = true; always = true;
notification = false; notification = false;
} }