home: switch default terminal alacritty -> kitty

This commit is contained in:
Aly Raffauf 2024-07-24 08:25:28 -04:00
parent 22b2fd35bd
commit 96763c8752
5 changed files with 8 additions and 6 deletions

View file

@ -14,11 +14,13 @@
};
settings = {
background = "${config.ar.home.theme.colors.background}";
# background = "${config.ar.home.theme.colors.background}";
background_opacity = "0.8";
foreground = "${config.ar.home.theme.colors.text}";
# foreground = "${config.ar.home.theme.colors.text}";
notify_on_cmd_finish = "unfocused 10.0 command ${lib.getExe pkgs.libnotify} \"Job Finished with Status: %s\" %c";
};
theme = "Adwaita dark";
};
};
}

View file

@ -7,6 +7,7 @@
config = lib.mkIf (config.ar.home.desktop.hyprland.enable || config.ar.home.desktop.sway.enable) {
ar.home.apps = {
fuzzel.enable = lib.mkDefault true;
kitty.enable = lib.mkDefault true;
mako.enable = lib.mkDefault true;
swaylock.enable = lib.mkDefault true;
waybar.enable = lib.mkDefault true;

View file

@ -96,7 +96,7 @@ in {
fileManager = lib.mkPackageOption pkgs "file manager" {default = ["cinnamon" "nemo"];};
imageViewer = lib.mkPackageOption pkgs "image viewer" {default = ["gnome" "eog"];};
pdfViewer = lib.mkPackageOption pkgs "pdf viewer" {default = ["evince"];};
terminal = lib.mkPackageOption pkgs "terminal emulator" {default = ["alacritty"];};
terminal = lib.mkPackageOption pkgs "terminal emulator" {default = ["kitty"];};
terminalEditor = lib.mkPackageOption pkgs "terminal text editor" {default = ["vim"];};
videoPlayer = lib.mkPackageOption pkgs "video player" {default = ["celluloid"];};
webBrowser = lib.mkPackageOption pkgs "web browser" {default = ["firefox"];};

View file

@ -81,8 +81,6 @@ in {
ar.home = {
apps = {
alacritty.enable = true;
backblaze = {
enable = true;
keyIdFile = config.age.secrets.backblazeKeyId.path;
@ -94,6 +92,7 @@ in {
fastfetch.enable = true;
firefox.enable = true;
keepassxc.enable = true;
kitty.enable = true;
tmux.enable = true;
zed = {

View file

@ -29,10 +29,10 @@ self: {
ar.home = {
apps = {
alacritty.enable = true;
bash.enable = true;
chromium.enable = true;
firefox.enable = true;
kitty.enable = true;
vsCodium.enable = true;
};