mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
configuration.nix -> default.nix
This commit is contained in:
parent
dfc96d8271
commit
0c25a47367
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../shared/vim.nix
|
||||
../../shared/input.nix
|
Loading…
Reference in a new issue