mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
Move option undefined on darwin in base to nixos
This commit is contained in:
parent
70a4b3195c
commit
483f5eadc1
@ -4,7 +4,6 @@
|
||||
environment.shells = [ pkgs.fish ];
|
||||
|
||||
time.timeZone = "Europe/Oslo";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
nix = {
|
||||
package = pkgs.nix;
|
||||
|
@ -37,6 +37,8 @@
|
||||
config.hyprland."org.freedesktop.impl.portal.Settings" = "darkman";
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user