From c3e5d353740a28dd14dd89576a2c931e59f3868c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 23 Aug 2025 23:50:54 -0400 Subject: configured fish + zoxide + fzf + starship for beautiful terminal :D --- stylix.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'stylix.nix') diff --git a/stylix.nix b/stylix.nix index e9b0194..0a9c638 100644 --- a/stylix.nix +++ b/stylix.nix @@ -3,6 +3,7 @@ stylix = { enable = true; + autoEnable = true; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml"; polarity = "dark"; #image = ./backgrounds/hollowknightbackground_2560x1440.png; @@ -25,5 +26,27 @@ }; }; + targets = { + fish.enable = true; + + gtk.enable = true; + qt.enable = true; + + vim.enable = true; + neovim.enable = true; + + kitty.enable = true; # Kitty terminal + ghostty.enable = true; + waybar.enable = true; + rofi.enable = true; + tmux.enable = true; + hyprlock.enable = true; + hyprland.enable = true; + hyprpaper.enable = true; + fzf.enable = true; + dunst.enable = true; + + }; + }; } -- cgit v1.3.1