chore(tools): Add nixos-compose and expose default config

This commit is contained in:
DashieTM 2025-09-07 21:34:28 +02:00
parent a2adc26e58
commit 55b55f7133
4 changed files with 10 additions and 3 deletions

View file

@ -4,13 +4,13 @@
# variables for system
conf = {
# TODO your username
username = "YOURNAME";
username = "exampleName";
# TODO only needed when you use intel -> amd is default
# cpu = "intel";
# TODO your xkb layout
locale = "something.UTF-8";
locale = "en_US.UTF-8";
# TODO your timezone
timezone = "CONTINENT/CITY";
timezone = "Europe/Zurich";
};
# modules