~ruther/nixos-config

739b90fbc7252852373a11161ffedc33842d2adf — Frantisek Bohacek 1 year, 5 months ago e10958c
feat: disable nix-index integration to speed up shell
1 files changed, 5 insertions(+), 2 deletions(-)

M hosts/home.nix
M hosts/home.nix => hosts/home.nix +5 -2
@@ 113,8 113,6 @@
      stable.obsidian        # Text Editor
    ];

    file.".config/wall".source = ../modules/themes/wall;

    pointerCursor = {                         # This will set cursor system-wide so applications can not choose their own
      gtk.enable = true;
      #name = "Dracula-cursors";


@@ 128,6 126,11 @@

  programs = {
    home-manager.enable = true;
    nix-index = {
      enableZshIntegration = false;
      enableBashIntegration = false;
      enableFishIntegration = false;
    };
  };

  gtk = {                                     # Theming

Do not follow this link