This commit is contained in:
parent
f043d47382
commit
558b28e15f
5 changed files with 5 additions and 19 deletions
|
@ -109,6 +109,7 @@ nixd is not up to date and require nix 2.16.2
|
||||||
- https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
|
- https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
|
||||||
- https://nixpk.gs/pr-tracker.html
|
- https://nixpk.gs/pr-tracker.html
|
||||||
- https://mobile.nixos.org/
|
- https://mobile.nixos.org/
|
||||||
|
- https://nixos.wiki/wiki/Build_flags
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
../../modules/linux_gaming.nix
|
||||||
../../modules/system.nix
|
../../modules/system.nix
|
||||||
../../modules/network.nix
|
../../modules/network.nix
|
||||||
../../modules/keymaps/us.nix
|
../../modules/keymaps/us.nix
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
../../modules/bluetooth.nix
|
../../modules/bluetooth.nix
|
||||||
../../modules/pipewire.nix
|
../../modules/pipewire.nix
|
||||||
../../modules/plymouth.nix
|
../../modules/plymouth.nix
|
||||||
../../modules/docker.nix
|
|
||||||
../../modules/waydroid.nix
|
../../modules/waydroid.nix
|
||||||
|
|
||||||
../../modules # Import optional configuration
|
../../modules # Import optional configuration
|
||||||
|
@ -30,15 +29,4 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Uncomment when kwin is available in nixpkgs and NVIDIA 555
|
# Uncomment when kwin is available in nixpkgs and NVIDIA 555
|
||||||
# nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
# (import ../overlays/kwin)
|
(import ../overlays/kwin)
|
||||||
# ];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,10 +32,6 @@
|
||||||
wayland-utils # For wayland-info command
|
wayland-utils # For wayland-info command
|
||||||
glxinfo
|
glxinfo
|
||||||
clinfo
|
clinfo
|
||||||
|
|
||||||
# distrobox (testing)
|
|
||||||
distrobox
|
|
||||||
boxbuddy
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
|
|
Loading…
Reference in a new issue