mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 03:40:42 +00:00
Full rewrite
This commit is contained in:
parent
8053e16a12
commit
8dc12c0ae7
29 changed files with 294 additions and 74 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue