From c2e7c5365c80d70c51fa30d7a5833e897d459b74 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 29 Nov 2024 16:41:40 +0100 Subject: theming/styling stuff --- home-manager/common.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'home-manager/common.nix') diff --git a/home-manager/common.nix b/home-manager/common.nix index dabebe0..c72c80f 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -172,6 +172,13 @@ }; }; + home.file = { + helix-ferra = { + source = ./static/helix-wavez.toml; + target = ".config/helix/themes/wavez.toml"; + }; + }; + programs.helix = { enable = true; package = inputs.helix.packages."${pkgs.system}".helix; @@ -199,6 +206,7 @@ }; }; settings = { + theme = "wavez"; keys.normal = { space.F = "file_picker_in_current_buffer_directory"; }; @@ -236,7 +244,7 @@ program = "${pkgs.zsh}/bin/zsh"; args = [ "-l" ]; }; - } // builtins.fromJSON (builtins.readFile ./alacritty/catppuccin-frappe.json); + } // builtins.fromJSON (builtins.readFile ./static/alacritty-wavez.json); }; programs.taskwarrior = { -- cgit v1.2.3