diff --git a/system/configuration.nix b/system/configuration.nix index 5e4959c..df2195d 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -93,6 +93,8 @@ in inputs.devenv.packages.x86_64-linux.devenv ]; + environment.variables.LC_ALL = "en_GB.UTF-8"; + nixpkgs.config.allowUnfree = true; diff --git a/users/tsv/home.nix b/users/tsv/home.nix index c0ab1e6..c909577 100644 --- a/users/tsv/home.nix +++ b/users/tsv/home.nix @@ -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