forked from colonelpanic/dotfiles
[NixOS] Make module splits make a lot more sense.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
{
|
||||
imports = [
|
||||
../full.nix
|
||||
../extra.nix
|
||||
../dfinity.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
@@ -1,9 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../base.nix
|
||||
../essential-no-arm.nix
|
||||
../desktop.nix
|
||||
../full.nix
|
||||
../kat.nix
|
||||
];
|
||||
|
||||
|
@@ -2,9 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../users.nix
|
||||
../full.nix
|
||||
../dfinity.nix
|
||||
../games.nix
|
||||
../essential.nix
|
||||
../desktop.nix
|
||||
|
Reference in New Issue
Block a user