Move option undefined on darwin in base to nixos

This commit is contained in:
larstvei 2025-09-12 10:40:45 +02:00
parent 70a4b3195c
commit 483f5eadc1
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,6 @@
environment.shells = [ pkgs.fish ]; environment.shells = [ pkgs.fish ];
time.timeZone = "Europe/Oslo"; time.timeZone = "Europe/Oslo";
i18n.defaultLocale = "en_US.UTF-8";
nix = { nix = {
package = pkgs.nix; package = pkgs.nix;

View File

@ -37,6 +37,8 @@
config.hyprland."org.freedesktop.impl.portal.Settings" = "darkman"; config.hyprland."org.freedesktop.impl.portal.Settings" = "darkman";
}; };
i18n.defaultLocale = "en_US.UTF-8";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.printing.enable = true; services.printing.enable = true;