mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 11:18:37 +11:00
Added KiTTY
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
username = "chloe";
|
||||
homeDirectory = "/home/chloe";
|
||||
packages = with pkgs; [
|
||||
alacritty
|
||||
alacritty-theme
|
||||
kitty
|
||||
kitty-themes
|
||||
zsh-powerlevel10k
|
||||
cozette
|
||||
yt-dlp
|
||||
@@ -54,7 +54,7 @@
|
||||
};
|
||||
|
||||
programs = {
|
||||
alacritty = import ./alacritty.nix { inherit pkgs; };
|
||||
kitty = import ./kitty.nix { inherit pkgs; };
|
||||
|
||||
# ZSH Config
|
||||
zsh = {
|
||||
|
||||
Reference in New Issue
Block a user