Move firefox and locale setup.

This commit is contained in:
jay
2025-06-29 07:36:26 -04:00
parent 7cf8cbbedb
commit 5db74a5edc
3 changed files with 6 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
./services/displaymanager.nix ./services/displaymanager.nix
./services/sound.nix ./services/sound.nix
./system/bluetooth.nix ./system/bluetooth.nix
./system/locale.nix
]; ];
nixpkgs = { nixpkgs = {

View File

@@ -0,0 +1,5 @@
{ ... }: {
# Select internationalisation properties.
i18n.defaultLocale = "en_CA.UTF-8";
}

View File

@@ -31,14 +31,6 @@
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
# console = {
# font = "Lat2-Terminus16";
# keyMap = "us";
# useXkbConfig = true; # use xkb.options in tty.
# };
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver.enable = true; services.xserver.enable = true;
@@ -61,8 +53,6 @@
]; ];
}; };
programs.firefox.enable = true;
# List packages installed in system profile. # List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).
# environment.systemPackages = with pkgs; [ # environment.systemPackages = with pkgs; [