diff options
author | Ben Sima <ben@bsima.me> | 2020-07-06 19:51:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-07 11:32:23 -0700 |
commit | 38a6aae875f8eeb28e7774adcf319fd52178b900 (patch) | |
tree | d0a35d9a9e0a022fe24b4a958d7ec35e78fca5ba /linux.nix | |
parent | 30a45d8aa3f346d77cbf71a0d1444150b2f763a9 (diff) |
fixes for mac build
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 |