summaryrefslogtreecommitdiffstats
path: root/stylix.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-23 23:50:54 -0400
committerAndrew <admonty1@protonmail.com>2025-08-23 23:50:54 -0400
commitc3e5d353740a28dd14dd89576a2c931e59f3868c (patch)
treee68a4205424aa15e46c8b5ce851e76267304c175 /stylix.nix
parentchange wrong hyprland keybinds for vol up/down (diff)
downloadnixos-c3e5d353740a28dd14dd89576a2c931e59f3868c.tar.gz
nixos-c3e5d353740a28dd14dd89576a2c931e59f3868c.tar.bz2
nixos-c3e5d353740a28dd14dd89576a2c931e59f3868c.zip
configured fish + zoxide + fzf + starship for beautiful terminal :D
Diffstat (limited to 'stylix.nix')
-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;
+
+ };
+
};
}