diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index dfa60c9..3924e3d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -113,7 +113,9 @@ xdg.portal = { console = { keyMap = "pl"; - font = "LatArCyrHeb-16"; + # earlySetup = true; + # font = "Lat2-Terminus32"; + # packages = with pkgs; [ terminus_font ]; }; environment.sessionVariables = { |
