configuration.nix -> default.nix

This commit is contained in:
Rouven Seifert 2022-12-19 20:07:28 +01:00
parent dfc96d8271
commit 0c25a47367
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@
thinkpad = nixpkgs.lib.nixosSystem { thinkpad = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./hosts/thinkpad/configuration.nix ./hosts/thinkpad
./users/rouven ./users/rouven
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
]; ];

View file

@ -3,7 +3,6 @@
{ {
imports = imports =
[ [
# Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../shared/vim.nix ../../shared/vim.nix
../../shared/input.nix ../../shared/input.nix