1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ pkgs, ... }: { imports = [ ./cleanup.nix ./default-programs.nix ./less.nix ./settings.nix ./xdg.nix ]; # https://github.com/nix-community/home-manager/issues/354#issuecomment-475803163 home.sessionVariables.LOCALES_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; }