diff --git a/hosts/vali/mars/configuration.nix b/hosts/vali/mars/configuration.nix index b9dc2ab..734139d 100644 --- a/hosts/vali/mars/configuration.nix +++ b/hosts/vali/mars/configuration.nix @@ -50,9 +50,9 @@ }; services = { pipewire.enable = true; }; themes = { - gtk = { enable = true; }; + gtk = { enable = false; }; qt = { - enable = true; + enable = false; package = pkgs.kde-gruvbox; name = "Gruvbox-Dark"; }; diff --git a/hosts/vali/mars/programs.nix b/hosts/vali/mars/programs.nix index fe38d53..d6c6764 100644 --- a/hosts/vali/mars/programs.nix +++ b/hosts/vali/mars/programs.nix @@ -83,7 +83,7 @@ in { spotube steam strawberry - svls + # svls teamspeak_client telegram-desktop texliveFull diff --git a/modules/cli/fish.nix b/modules/cli/fish.nix index 4189cb3..b3f9f3a 100644 --- a/modules/cli/fish.nix +++ b/modules/cli/fish.nix @@ -59,7 +59,7 @@ in { cc = "cd ~ && clear"; mv = "mv -iv"; rm = "trash -v"; - ls = "eza --icons"; + # ls = "eza --icons"; l = "eza -a --icons"; la = "eza -lha --icons --git"; kys = "shutdown now"; @@ -68,7 +68,7 @@ in { v = "nvim"; h = "hx"; e = "emacs"; - update = ''nh os switch "${gitPath}"''; + # update = ''nh os switch "${gitPath}"''; flake = "cd '${gitPath}'"; } // cfg.extraAliases; }; diff --git a/modules/tui/helix.nix b/modules/tui/helix.nix index cb34e4b..d56aca4 100644 --- a/modules/tui/helix.nix +++ b/modules/tui/helix.nix @@ -18,6 +18,7 @@ in { lsp.display-messages = true; cursor-shape = { insert = "bar"; }; statusline.left = + [ "mode" "spinner" "version-control" "file-name" ]; }; keys.normal = { @@ -33,7 +34,7 @@ in { languages.language = [{ name = "nix"; auto-format = true; - formatter.command = "${pkgs.nixfmt}/bin/nixfmt"; + formatter.command = "${pkgs.nixfmt-classic}/bin/nixfmt"; }]; }; };