From 261eb64360654c7ccae3a4fc792206742a373e40 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 28 Sep 2022 18:59:08 +0200 Subject: [PATCH] fixed cat configuration --- modules/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index 27e42f7..b70ea7c 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -62,7 +62,7 @@ in with lib; { { command = "picom --experimental-backend"; } { command = "pkill nm-applet; nm-applet"; always = true; } { command = "pkill pa-applet; pa-applet"; always = true; } - { command = "pkill oneko; oneko -tofocus -position +0+5 -tora -fg hotpink -bg pink"; always = true; } + { command = "pkill oneko; oneko -tofocus -tora -position +0+5 -fg hotpink -bg pink"; always = true; } ]; # }}} # Assigns {{{