nix-config/users/jo/apps/fish.nix
Jo ce89240d04 fix: repair GTK theme and gnome-shell theme
Signed-off-by: Jo <johannesreckers2006@gmail.com>
2024-07-03 08:28:12 +02:00

9 lines
183 B
Nix

{
inputs,
pkgs,
outputs,
lib,
...
}: {
home.file.".config/fish/themes/Catppuccin\ Frappe.theme".source = "${outputs.resources.app-files}/fish/Catppuccin\ Frappe.theme";
}