Move firefox and locale setup.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
./services/displaymanager.nix
|
||||
./services/sound.nix
|
||||
./system/bluetooth.nix
|
||||
./system/locale.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
5
nodes/hosts/common/system/locale.nix
Normal file
5
nodes/hosts/common/system/locale.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }: {
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user