From 38a6aae875f8eeb28e7774adcf319fd52178b900 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 6 Jul 2020 19:51:46 -0700 Subject: fixes for mac build --- linux.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index 9a24ee6..fb8fb76 100644 --- a/linux.nix +++ b/linux.nix @@ -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 -- cgit v1.2.3