feat(ghostty): disable stylix integration and add catppuccin-mocha theme
perf(wezterm): reduce font size to 13 feat(fastfetch): set logo type to kitty fix(fish): replace pfetch with fastfetch chore(hyprland): swap kitty and wezterm bindings
This commit is contained in:
@@ -13,6 +13,7 @@ in {
|
||||
settings = {
|
||||
logo = lib.mkIf (device.is "ryu") {
|
||||
source = nextcloudWallpapers "hornet.png";
|
||||
type = "kitty";
|
||||
width = 70;
|
||||
};
|
||||
modules = [
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
'';
|
||||
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
|
||||
interactiveShellInit = ''
|
||||
${pkgs.pfetch-rs}/bin/pfetch
|
||||
${lib.getExe pkgs.fastfetch}
|
||||
# ${pkgs.nb}/bin/nb todo undone
|
||||
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
|
||||
${lib.optionalString (device.is "ryu") ''
|
||||
|
||||
Reference in New Issue
Block a user