forked from extern/nix-config
meta: Use hardware directory for hardware configs
This makes it easier to auto-complete home/ and hardware/ with tab, versus having to type 3 letters to auto-complete hosts/.
This commit is contained in:
parent
217e7b0f06
commit
3230a5ec1e
@ -2,7 +2,7 @@
|
|||||||
hostname = "nixos";
|
hostname = "nixos";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
timezone = "America/New_York";
|
timezone = "America/New_York";
|
||||||
hostHardwareConfiguration = ./laptop.nix;
|
hostHardwareConfiguration = ../hardware/laptop.nix;
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
defaultLocale = "ja_JP.UTF-8";
|
defaultLocale = "ja_JP.UTF-8";
|
||||||
supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
|
supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user