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
|
inputs.devenv.packages.x86_64-linux.devenv
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.variables.LC_ALL = "en_GB.UTF-8";
|
||||||
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
LC_ALL = "en_GB.UTF-8";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -51,6 +50,7 @@
|
||||||
spotify
|
spotify
|
||||||
termpdfpy
|
termpdfpy
|
||||||
thunderbird
|
thunderbird
|
||||||
|
timg
|
||||||
wine
|
wine
|
||||||
winetricks
|
winetricks
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
Loading…
Reference in New Issue