Move imports section out of configuration modules dir.
This commit is contained in:
parent
58ce7ac394
commit
7de1bbc964
5 changed files with 40 additions and 21 deletions
|
@ -5,25 +5,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
# Include the results of the hardware scan.
|
||||
(if builtins.pathExists /etc/nixos/hardware-configuration.nix then /etc/nixos/hardware-configuration.nix else null)
|
||||
# Include device-specific overrides
|
||||
(if builtins.pathExists /etc/nixos/device-configuration.nix then /etc/nixos/device-configuration.nix else null)
|
||||
./nvidia.nix
|
||||
./docker.nix
|
||||
./razer.nix
|
||||
./desktop/gnome.nix
|
||||
#./desktop/kde-plasma.nix
|
||||
./shell.nix
|
||||
./virtualization.nix
|
||||
./polkit/disable-shutdown.nix
|
||||
./locale.nix
|
||||
./adb.nix
|
||||
./account.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue