diff options
Diffstat (limited to 'nixos/general.nix')
| -rw-r--r-- | nixos/general.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nixos/general.nix b/nixos/general.nix index bdb6f21..c2fb98a 100644 --- a/nixos/general.nix +++ b/nixos/general.nix @@ -101,6 +101,8 @@ cliPackage = pkgs.xray; }; + services.tailscale.enable = true; + fonts = { packages = with pkgs; [ # icon fonts @@ -128,10 +130,7 @@ emoji = [ "Noto Color Emoji" ]; }; }; - xdg.mime.defaultApplications = { - "application/pdf" = "firefox.desktop"; - }; - + programs.dconf.enable = true; i18n.defaultLocale = "en_US.UTF-8"; } |
