diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-10 18:13:41 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-10 18:13:41 -0800 |
commit | cb788261448f0cc1aff6bf6505f5b6bcd7a17531 (patch) | |
tree | 5faa1b442d33ffaefaf3654843f0408c9bfb7210 /hosts/carmel | |
parent | home-manager: split the configuration (diff) | |
download | world-cb788261448f0cc1aff6bf6505f5b6bcd7a17531.tar.gz |
nix: fix a bunch of stuff
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/default.nix (renamed from hosts/carmel/configuration.nix) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/default.nix index d009831..19c88c0 100644 --- a/hosts/carmel/configuration.nix +++ b/hosts/carmel/default.nix @@ -4,7 +4,6 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../modules/systems ../../modules/desktop ]; |