diff options
| author | adikro <adikro@disroot.org> | 2025-11-18 15:44:45 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-18 15:44:45 +0100 |
| commit | f685be6aea021196ee40d909aab0ab6241eef397 (patch) | |
| tree | 6c67be8fc3c3b6a54bea825dcc0d036b723252f9 /hosts | |
| parent | 18651b7c572145497f05874126346a5f6af0dd60 (diff) | |
.
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 = { |
