import individuals to default.nix
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./audio
|
||||
./base-cli
|
||||
./hardware
|
||||
./virt
|
||||
];
|
||||
|
||||
# Timzone and locales (same for all machines so I put it here)
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "Europe/Paris";
|
||||
}
|
||||
Reference in New Issue
Block a user