fix: repair GTK theme and gnome-shell theme
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
674e20233b
commit
ce89240d04
13 changed files with 136 additions and 73 deletions
5
users/jo/apps/blackbox.nix
Normal file
5
users/jo/apps/blackbox.nix
Normal 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
9
users/jo/apps/fish.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue