add work laptop to readme
This commit is contained in:
parent
73fcd3dc7c
commit
4bfbdd44e7
2 changed files with 2 additions and 12 deletions
|
@ -11,7 +11,8 @@ niksos/
|
|||
│ ├───chmura/ [HP t620 PLUS Quad Core TC]
|
||||
│ ├───del/ [Dell Latitude 7320 Detachable]
|
||||
│ ├───hape/ [HP EliteBook 840 G2]
|
||||
│ └───niks/ [ASUS ROG Strix G513QY]
|
||||
│ ├───niks/ [ASUS ROG Strix G513QY]
|
||||
│ └───work/ [undisclosed model, might change]
|
||||
├───modules/ (custom modules you can enable under `poz`)
|
||||
├───options/ (unconditional modules imported in `hosts/*/profile.nix`)
|
||||
│ ├───common/ (options shared between most or all systems)
|
||||
|
|
|
@ -84,18 +84,7 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
ratbagd.enable = true;
|
||||
|
||||
# TODO build failure
|
||||
# fprintd = {
|
||||
# enable = true;
|
||||
# tod = {
|
||||
# enable = true;
|
||||
# driver = pkgs.libfprint-2-tod1-goodix;
|
||||
# };
|
||||
# };
|
||||
smartd.enable = true;
|
||||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
services.journald = {
|
||||
|
|
Loading…
Reference in a new issue