From 7b4cc1a5fe79d8286b57d599088e1b0e647c7eee Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Fri, 17 Mar 2023 14:28:12 +0000 Subject: [PATCH] Add timg, LC_ALL --- system/configuration.nix | 2 ++ users/tsv/home.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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