diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,9 @@ in ]; home = { keyboard.options = [ "caps:ctrl_modifier" ]; + sessionVariables = { + LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; + }; file = { mutt = { text = (builtins.readFile ./lib/muttrc) + @@ -73,6 +76,7 @@ in }; packages = with pkgs; [ + apvlv beets bind blueman @@ -83,6 +87,7 @@ in exercism feh flameshot + gopher glibcLocales # rofi locale fix -- https://github.com/rycee/home-manager/issues/354#issuecomment-415914278 gnumake gnupg @@ -92,6 +97,7 @@ in keybase-gui ledger libnotify + lshw minitube mononoki mplayer |