chore(tools): Add nixos-compose and expose default config
This commit is contained in:
parent
a2adc26e58
commit
55b55f7133
4 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue