Updated mainly terminal filchooser from browser
This commit is contained in:
+3
-1
@@ -39,7 +39,9 @@ in {
|
||||
# Laptop: laptop with GUI + battery + bluetooth
|
||||
laptop = nixosSystem {
|
||||
inherit specialArgs;
|
||||
modules = laptop ++ sharedModules;
|
||||
modules = laptop ++ sharedModules ++ [
|
||||
"${mod}/services/location.nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user