Fri Jun 21 05:42:10 PM CEST 2024
This commit is contained in:
parent
a7ba2910b8
commit
6e6bbf3e1e
|
@ -6,18 +6,4 @@
|
||||||
imports = [
|
imports = [
|
||||||
(import ./utils/common.nix { inherit inputs config pkgs; })
|
(import ./utils/common.nix { inherit inputs config pkgs; })
|
||||||
];
|
];
|
||||||
|
|
||||||
# home.packages = with pkgs; [
|
|
||||||
# ];
|
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
LANG = "en_US.UTF-8";
|
|
||||||
XDG_RUNTIME_DIR = "/run/user/$(id -u)";
|
|
||||||
};
|
|
||||||
programs.zsh.initExtra = pkgs.lib.mkForce ''
|
|
||||||
source ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
|
||||||
'';
|
|
||||||
programs.zsh.initExtraFirst = ''
|
|
||||||
export LOCALE_ARCHIVE="/usr/lib/locale/locale-archive"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue