Begin stabilize system module

This commit is contained in:
Florian RICHER 2024-05-25 23:51:37 +02:00
parent edcbfaf379
commit 6163188786
24 changed files with 63 additions and 59 deletions

View file

@ -42,6 +42,23 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
};
modules = {
# users.florian = {
# };
system = {
bluetooth.enable = true;
gamingKernel.enable = true;
# keymaps.layout = "fr";
nvidia.enable = true;
pipewire.enable = true;
plymouth.enable = true;
printing.enable = true;
waydroid.enable = true;
};
};
# Configure for testing in vm
virtualisation.vmVariant = {
# following configuration is added only when building VM with build-vm