diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index e8b9533..cd7acbe 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -52,8 +52,6 @@ with lib; fish.enable = true; git.enable = true; gpg.enable = true; - helix.enable = true; - kakoune.enable = true; vim.enable = true; }; }; @@ -67,7 +65,6 @@ with lib; zip # file management - ranger trash-cli # monitoring @@ -82,7 +79,6 @@ with lib; manix # other - arduino bat cht-sh du-dust @@ -90,12 +86,9 @@ with lib; entr exa gparted - hut - lazygit neofetch ripgrep tmux - ttyper up viu wget @@ -122,7 +115,7 @@ with lib; }; i18n.extraLocaleSettings = { - LC_NUMERIC = "de_DE.UTF-8"; + # LC_NUMERIC = "de_DE.UTF-8"; LC_PAPER = "de_DE.UTF-8"; LC_TIME = "de_DE.UTF-8"; };