reorganize files

This commit is contained in:
Andreas Zweili 2021-12-22 17:49:02 +01:00
parent bec8f40023
commit e4b3622205
5 changed files with 4 additions and 5 deletions

View File

@ -43,7 +43,7 @@
nixosConfigurations.gwyn = nixpkgs.lib.nixosSystem {
inherit system pkgs;
modules = [
./hardware/precision/configuration.nix
./systems/gwyn/configuration.nix
nixos-hardware.nixosModules.dell-precision-5530
nixos-hardware.nixosModules.common-gpu-nvidia
home-manager.nixosModules.home-manager

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
environment = {
variables = {

View File

@ -7,9 +7,8 @@
{
imports =
[
# Include the results of the hardware scan.
../../common/desktop.nix
../bluetooth.nix
../../hardware/bluetooth
./hardware-configuration.nix
];

View File

@ -5,7 +5,7 @@
{
imports = [
./nvidia.nix
../../hardware/nvidia
];
boot.initrd.availableKernelModules = [