~ruther/nixos-config

665643785565f17df8050ec6c7aeea9d079c7956 — Frantisek Bohacek 8 months ago 29faf70
chore: cleanup
1 files changed, 23 insertions(+), 37 deletions(-)

M home/modules/profiles/base.nix
M home/modules/profiles/base.nix => home/modules/profiles/base.nix +23 -37
@@ 52,45 52,36 @@ in {
        package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
      };

    dircolors = {
      enable = true;
      settings = {
        OTHER_WRITABLE = "01;35"; # Make ntfs colors readable
      };
    };

    kitty = {
      enable = true;
      font = {
        name = "FiraCode Nerd Font";
        size = 12;
      dircolors = {
        enable = true;
        settings = {
          OTHER_WRITABLE = "01;35"; # Make ntfs colors readable
        };
      };
      theme = "Chalk";
    };

    alacritty = {
      enable = true;
      settings = {
        font = {
          normal.family = "FiraCode Nerd Font";
          bold = { style = "Bold"; };
          size = 12;
      alacritty = {
        enable = true;
        settings = {
          font = {
            normal.family = "FiraCode Nerd Font";
            bold = { style = "Bold"; };
            size = 12;
          };
          # offset = {                            # Positioning
          #   x = -1;
          #   y = 0;
          # };
        };
        # offset = {                            # Positioning
        #   x = -1;
        #   y = 0;
        # };
      };
    };

    foot = {
      enable = true;
      settings = {
        main = {
          font = "FiraCode Nerd Font:size=12";
      foot = {
        enable = true;
        settings = {
          main = {
            font = "FiraCode Nerd Font:size=12";
          };
        };
      };
    };

      starship = {
        enable = true;


@@ 124,11 115,6 @@ in {
          }
        ];

        # oh-my-zsh = {                               # Extra plugins for zsh
        #   enable = true;
        #   plugins = [ "git" ];
        # };

        initExtra = ''
            zstyle ':completion:*:*:*:*:*' menu select


Do not follow this link