final changes, system is usable
This commit is contained in:
parent
4bba4871b4
commit
ea2ee2009e
10 changed files with 35 additions and 29 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../../modules/scans/thinkpad.nix
|
||||
|
||||
../../modules/hardware/thinkpad.nix
|
||||
../../modules/system/default.nix
|
||||
|
||||
../../modules/system
|
||||
../../modules/system/user.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
{ ... }: {
|
||||
|
||||
imports = [
|
||||
../../modules/home
|
||||
../../modules/home/desktop.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue