fix(tmpfiles): missed a file
This commit is contained in:
parent
b42ad17d4d
commit
c3cad04ec3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
shell = config.programs.xonsh.package;
|
shell = config.programs.xonsh.package;
|
||||||
tmpfiles = {
|
tmpfiles = {
|
||||||
".config/qutebrowser/config.py" = ./configs/qutebrowser/config.py;
|
".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 {
|
".config/vesktop/themes/system24.theme.css" = pkgs.fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/system24.theme.css";
|
url = "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/system24.theme.css";
|
||||||
hash = "sha256-WJYNWeo1DdgOh7cFne6QSEHQagqapFznqWfeoCsqM+8=";
|
hash = "sha256-WJYNWeo1DdgOh7cFne6QSEHQagqapFznqWfeoCsqM+8=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue