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";
}

View file

@ -21,6 +21,7 @@
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
cursor-theme = "catppuccin-frappe-blue-cursors";
};
"org/gnome/shell" = {

View file

@ -8,6 +8,7 @@
}: {
imports = [
./desktop/gnome.nix
./apps/fish.nix
outputs.homeManagerModules.themes.catppuccin.global
outputs.homeManagerModules.development.ssh
];
@ -54,6 +55,10 @@
git
nodejs_22
bun
termius
blackbox-terminal
forge-sparks
devenv
# Work stuff for when I'm not actually working
teams-for-linux
@ -61,6 +66,9 @@
# Notes and Organisation
obsidian
# File synchronization
celeste
];
# Enable home-manager