summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/variables/default.nix
blob: 307f578f32f27055751957491b1f1f5c861111d8 (plain) (blame)
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";
}