forked from M-Labs/defenestrate
cleanup
This commit is contained in:
parent
9a6f5543ab
commit
689cc55b60
|
@ -27,16 +27,12 @@
|
||||||
"systemd-suspend-then-hibernate.service"
|
"systemd-suspend-then-hibernate.service"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select internationalisation properties.
|
|
||||||
console.font = "Lat2-Terminus16";
|
console.font = "Lat2-Terminus16";
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
# Set your time zone.
|
|
||||||
time.timeZone = "Asia/Hong_Kong";
|
time.timeZone = "Asia/Hong_Kong";
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
|
||||||
# $ nix search wget
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in New Issue