summaryrefslogtreecommitdiffstats
path: root/stylix.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stylix.nix23
1 files changed, 23 insertions, 0 deletions
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;
+
+ };
+
};
}