Clean up
All checks were successful
check / check (push) Successful in 27s

This commit is contained in:
Florian RICHER 2024-05-24 23:46:08 +02:00
parent f043d47382
commit 558b28e15f
5 changed files with 5 additions and 19 deletions

View file

@ -7,6 +7,7 @@
{
imports =
[
../../modules/linux_gaming.nix
../../modules/system.nix
../../modules/network.nix
../../modules/keymaps/us.nix

View file

@ -16,7 +16,6 @@
../../modules/bluetooth.nix
../../modules/pipewire.nix
../../modules/plymouth.nix
../../modules/docker.nix
../../modules/waydroid.nix
../../modules # Import optional configuration
@ -30,15 +29,4 @@
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
# https://nixos.wiki/wiki/Build_flags
# nixpkgs.hostPlatform = {
# gcc.arch = "x86-64-v3";
# gcc.tune = "x86-64-v3";
# system = "x86_64-linux";
# };
environment.variables = {
NIX_BUILD_CORES = 16;
};
}