Full rewrite

This commit is contained in:
ItsDrike 2024-03-21 21:47:25 +01:00
parent 8053e16a12
commit 8dc12c0ae7
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
29 changed files with 294 additions and 74 deletions

View file

@ -1,13 +1,12 @@
{lib, ...}:
{
imports = [
./network.nix
./users.nix
./nix.nix
./packages.nix
];
# Internationalisation properties
time.timeZone = "CET";
i18n.defaultLocale = "en_US.UTF-8";
_: {
imports = [
./hardware
./boot
./services
./programs
./system.nix
./nix.nix
./network.nix
./localisation.nix
];
}