master
Sebastien Bourdeauducq 2022-03-15 17:55:28 +08:00
parent 9a6f5543ab
commit 689cc55b60
2 changed files with 0 additions and 5 deletions

View File

@ -27,16 +27,12 @@
"systemd-suspend-then-hibernate.service"
];
# Select internationalisation properties.
console.font = "Lat2-Terminus16";
console.keyMap = "us";
i18n.defaultLocale = "en_US.UTF-8";
# Set your time zone.
time.timeZone = "Asia/Hong_Kong";
# List packages installed in system profile. To search, run:
# $ nix search wget
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
wget

View File

@ -8,4 +8,3 @@
};
};
}