fix: repair GTK theme and gnome-shell theme

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-07-03 08:28:12 +02:00
parent 674e20233b
commit ce89240d04
13 changed files with 136 additions and 73 deletions

View file

@ -0,0 +1,5 @@
{
outputs,
}: {
home.file.".local/share/blackbox/schemes/Catppuccin-Macchiato.json".source = "${outputs.resources.app-files}/blackbox/Catppuccin-Macchiato.json";
}

9
users/jo/apps/fish.nix Normal file
View file

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