Reformat imports in configuration.nix
This commit is contained in:
parent
73021c1a94
commit
fca069698a
|
@ -1,13 +1,12 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports = [
|
||||||
[
|
./hardware-configuration.nix
|
||||||
./hardware-configuration.nix
|
../../modules
|
||||||
../../modules
|
../../profiles/dev.nix
|
||||||
../../profiles/dev.nix
|
../../users/simon
|
||||||
../../users/simon
|
];
|
||||||
];
|
|
||||||
|
|
||||||
sbruder = {
|
sbruder = {
|
||||||
cpu.intel.enable = true;
|
cpu.intel.enable = true;
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports = [
|
||||||
[
|
./hardware-configuration.nix
|
||||||
./hardware-configuration.nix
|
../../modules
|
||||||
../../modules
|
../../profiles/dev.nix
|
||||||
../../profiles/dev.nix
|
../../users/simon
|
||||||
../../users/simon
|
];
|
||||||
];
|
|
||||||
|
|
||||||
sbruder = {
|
sbruder = {
|
||||||
cpu.intel.enable = true;
|
cpu.intel.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue