Add timg, LC_ALL
This commit is contained in:
parent
73a1eac4e5
commit
7b4cc1a5fe
|
@ -93,6 +93,8 @@ in
|
|||
inputs.devenv.packages.x86_64-linux.devenv
|
||||
];
|
||||
|
||||
environment.variables.LC_ALL = "en_GB.UTF-8";
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
LC_ALL = "en_GB.UTF-8";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -51,6 +50,7 @@
|
|||
spotify
|
||||
termpdfpy
|
||||
thunderbird
|
||||
timg
|
||||
wine
|
||||
winetricks
|
||||
zoom-us
|
||||
|
|
Loading…
Reference in New Issue