Whoops missed the import
This commit is contained in:
parent
d2769c314a
commit
ad2a03c7b9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
envy = mkNix [ ./hosts/envy ]; # HP Convertable
|
||||
lacros = mkNix [ ./hosts/lacros ]; # HP ChromeBook
|
||||
redmond = mkNix [ ./hosts/redmond ]; # Lenovo Dual-Boot
|
||||
iso = mkNix [ ./hosts/extern ]; # ISO File
|
||||
iso = mkNix [ ./hosts/iso ]; # ISO File
|
||||
|
||||
kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010
|
||||
midas = mkNix [ ./hosts/midas ]; # Dell Optiplex 5040
|
||||
|
|
Loading…
Add table
Reference in a new issue