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://nixpk.gs/pr-tracker.html
|
||||
- https://mobile.nixos.org/
|
||||
- https://nixos.wiki/wiki/Build_flags
|
||||
|
||||
# Sources
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules/linux_gaming.nix
|
||||
../../modules/system.nix
|
||||
../../modules/network.nix
|
||||
../../modules/keymaps/us.nix
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
];
|
||||
|
||||
# Uncomment when kwin is available in nixpkgs and NVIDIA 555
|
||||
# nixpkgs.overlays = [
|
||||
# (import ../overlays/kwin)
|
||||
# ];
|
||||
nixpkgs.overlays = [
|
||||
(import ../overlays/kwin)
|
||||
];
|
||||
}
|
||||
|
|
|
@ -32,10 +32,6 @@
|
|||
wayland-utils # For wayland-info command
|
||||
glxinfo
|
||||
clinfo
|
||||
|
||||
# distrobox (testing)
|
||||
distrobox
|
||||
boxbuddy
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
Loading…
Reference in a new issue