diff --git a/nixos/home-manager/matugen.nix b/nixos/home-manager/matugen.nix index 72980b6..b2e0add 100644 --- a/nixos/home-manager/matugen.nix +++ b/nixos/home-manager/matugen.nix @@ -12,36 +12,36 @@ templates = { waybar = { input_path = ./templates/waybar.css; - output_path = "$HOME/.config/waybar/colors.css"; + output_path = "~/.config/waybar/colors.css"; post_hook = "pkill -SIGUSR2 waybar"; }; gtk3 = { input_path = ./templates/gtk-colors.css; - output_path = "$HOME/.config/gtk-3.0/gtk.css"; + output_path = "~/.config/gtk-3.0/gtk.css"; }; gtk4 = { input_path = ./templates/gtk-colors.css; - output_path = "$HOME/.config/gtk-4.0/gtk.css"; + output_path = "~/.config/gtk-4.0/gtk.css"; }; dunst = { input_path = ./templates/dunstrc-colors; - output_path = "$HOME/.config/dunst/colors.conf"; + output_path = "~/.config/dunst/colors.conf"; }; qt6ct = { input_path = ./templates/qtct-colors.conf; - output_path = "$HOME/.config/qt6ct/colors/matugen.conf"; + output_path = "~/.config/qt6ct/colors/matugen.conf"; }; walker = { input_path = ./templates/walker.css; - output_path = "$HOME/.config/walker/themes/matugen.css"; + output_path = "~/.config/walker/themes/matugen.css"; }; alacritty = { input_path = ./templates/alacritty.toml; - output_path = "$HOME/.config/alacritty/colors.toml"; + output_path = "~/.config/alacritty/colors.toml"; }; sway = { input_path = ./templates/sway; - output_path = "$HOME/.config/sway/colors"; + output_path = "~/.config/sway/colors"; }; }; };