diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 11:41:46 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 11:41:46 +0200 |
| commit | b7cf6d217eeea1b89afa91b80be3eee02448ced8 (patch) | |
| tree | d60c7c98e636997c12fd6da0a40674d5157828db /home/rices/finals/stylix.nix | |
| parent | 8a47c7ebcd39c32e3b566d0ed1b645a82b55f9e3 (diff) | |
Swapped out kitty for alacritty as terminal
Diffstat (limited to 'home/rices/finals/stylix.nix')
| -rw-r--r-- | home/rices/finals/stylix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rices/finals/stylix.nix b/home/rices/finals/stylix.nix index 97988f3..f2c9b81 100644 --- a/home/rices/finals/stylix.nix +++ b/home/rices/finals/stylix.nix @@ -1,6 +1,6 @@ {pkgs, ...}: { stylix.targets = { - kitty.enable = false; + alacritty.enable = false; dunst.enable = false; }; gtk = { |
