final changes, system is usable

This commit is contained in:
Satria 2026-02-08 20:50:39 +07:00
commit ea2ee2009e
10 changed files with 35 additions and 29 deletions

View file

@ -1,9 +1,9 @@
{ ... }: {
imports = [
../../modules/scans/thinkpad.nix
../../modules/hardware/thinkpad.nix
../../modules/system/default.nix
../../modules/system
../../modules/system/user.nix
];
}

View file

@ -1,3 +1,6 @@
{ ... }: {
imports = [
../../modules/home
../../modules/home/desktop.nix
];
}