rearrange imports
This commit is contained in:
parent
4e86180652
commit
e272155088
19 changed files with 245 additions and 312 deletions
12
nixos/programs/personal.nix
Normal file
12
nixos/programs/personal.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{...}: {
|
||||
i18n.supportedLocales = [
|
||||
"eo/UTF-8"
|
||||
"en_GB.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
];
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue