Reformat imports in configuration.nix

This commit is contained in:
Simon Bruder 2020-12-05 16:05:26 +01:00
parent 73021c1a94
commit fca069698a
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 12 additions and 14 deletions

View file

@ -1,8 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = imports = [
[
./hardware-configuration.nix ./hardware-configuration.nix
../../modules ../../modules
../../profiles/dev.nix ../../profiles/dev.nix

View file

@ -1,8 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = imports = [
[
./hardware-configuration.nix ./hardware-configuration.nix
../../modules ../../modules
../../profiles/dev.nix ../../profiles/dev.nix