From c3cad04ec39c98e83669658b1fa5f750c0f0eb60 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Wed, 8 Jan 2025 10:28:34 +0000 Subject: [PATCH] fix(tmpfiles): missed a file --- hosts/python/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/python/users.nix b/hosts/python/users.nix index d87ec87..e4aa731 100644 --- a/hosts/python/users.nix +++ b/hosts/python/users.nix @@ -8,7 +8,7 @@ shell = config.programs.xonsh.package; tmpfiles = { ".config/qutebrowser/config.py" = ./configs/qutebrowser/config.py; - ".config/qutebrowser/oxocarbon.py" = ./configs/qutebrowser/oxocarbon.py; + ".config/qutebrowser/theme" = ./configs/qutebrowser/theme; ".config/vesktop/themes/system24.theme.css" = pkgs.fetchurl { url = "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/system24.theme.css"; hash = "sha256-WJYNWeo1DdgOh7cFne6QSEHQagqapFznqWfeoCsqM+8=";