diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-23 23:50:54 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-23 23:50:54 -0400 |
| commit | c3e5d353740a28dd14dd89576a2c931e59f3868c (patch) | |
| tree | e68a4205424aa15e46c8b5ce851e76267304c175 /stylix.nix | |
| parent | change wrong hyprland keybinds for vol up/down (diff) | |
| download | nixos-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.nix | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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; + + }; + }; } |
