cleanup
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
../../modules/gpg.nix
|
||||
#../../modules/xanmod-kernel.nix
|
||||
#../../modules/kernel-testing.nix
|
||||
../../modules/kernel.nix
|
||||
../../modules/misc/kernel.nix
|
||||
../../modules/services/syncthing.nix
|
||||
../../modules/support/ntfs.nix
|
||||
../../modules/fh/writing.nix
|
||||
@@ -115,13 +115,6 @@
|
||||
};
|
||||
|
||||
|
||||
i18n.supportedLocales = [
|
||||
"C.UTF-8/UTF-8"
|
||||
"de_AT.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"ja_JP.UTF-8/UTF-8"
|
||||
];
|
||||
|
||||
# apple shit
|
||||
#services.usbmuxd.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -158,23 +151,7 @@
|
||||
#disable firewall when doing ipv6 vm stuff
|
||||
#networking.firewall.enable = lib.mkForce false;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Vienna";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "de_AT.UTF-8";
|
||||
LC_IDENTIFICATION = "de_AT.UTF-8";
|
||||
LC_MEASUREMENT = "de_AT.UTF-8";
|
||||
LC_MONETARY = "de_AT.UTF-8";
|
||||
LC_NAME = "de_AT.UTF-8";
|
||||
LC_NUMERIC = "de_AT.UTF-8";
|
||||
LC_PAPER = "de_AT.UTF-8";
|
||||
LC_TELEPHONE = "de_AT.UTF-8";
|
||||
LC_TIME = "de_AT.UTF-8";
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user