From 34c13a62964a1f0a211f1dff4675a3cd4ee4a3cd Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 15 Sep 2023 21:52:42 -0400 Subject: [PATCH] Add Tilix theme file --- modules/home-manager/nixos.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/nixos.nix b/modules/home-manager/nixos.nix index 1823229..f7e5e8c 100644 --- a/modules/home-manager/nixos.nix +++ b/modules/home-manager/nixos.nix @@ -1,10 +1,18 @@ { pkgs, ... }: { - home.file.".config/hypr/frappe.conf".source = (pkgs.fetchFromGitHub { + home.file = { + ".config/hypr/frappe.conf".source = (pkgs.fetchFromGitHub { owner = "catppuccin"; repo = "hyprland"; rev = "99a88fd21fac270bd999d4a26cf0f4a4222c58be"; hash = "sha256-07B5QmQmsUKYf38oWU3+2C6KO4JvinuTwmW1Pfk8CT8="; } + "/themes/frappe.conf"); + ".config/tilix/schemes/Catppuccin-Frappe.json".source = (pkgs.fetchFromGitHub { + owner = "catppuccin"; + repo = "tilix"; + rev = "3fd05e03419321f2f2a6aad6da733b28be1765ef"; + hash = "sha256-SI7QxQ+WBHzeuXbTye+s8pi4tDVZOV4Aa33mRYO276k="; + } + "/src/Catppuccin-Frappe.json"); + }; programs = { waybar = {