From 0c25a4736779a96353a282626e3c67c2b0af53bd Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 19 Dec 2022 20:07:28 +0100 Subject: [PATCH] configuration.nix -> default.nix --- flake.nix | 2 +- hosts/thinkpad/{configuration.nix => default.nix} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename hosts/thinkpad/{configuration.nix => default.nix} (98%) diff --git a/flake.nix b/flake.nix index 4859e06..6f797da 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ thinkpad = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./hosts/thinkpad/configuration.nix + ./hosts/thinkpad ./users/rouven home-manager.nixosModules.home-manager ]; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/default.nix similarity index 98% rename from hosts/thinkpad/configuration.nix rename to hosts/thinkpad/default.nix index 2cce936..0e8f8a2 100755 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/default.nix @@ -3,7 +3,6 @@ { imports = [ - # Include the results of the hardware scan. ./hardware-configuration.nix ../../shared/vim.nix ../../shared/input.nix