1
0
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:
Donovan Glover 2023-06-22 07:56:59 -04:00
parent 217e7b0f06
commit 3230a5ec1e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
hostname = "nixos";
system = "x86_64-linux";
timezone = "America/New_York";
hostHardwareConfiguration = ./laptop.nix;
hostHardwareConfiguration = ../hardware/laptop.nix;
stateVersion = "22.11";
defaultLocale = "ja_JP.UTF-8";
supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];