mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-31 19:47:15 +08:00
refactor
This commit is contained in:
parent
8a9041b9bf
commit
b65c92fdbc
1 changed files with 7 additions and 8 deletions
|
|
@ -31,14 +31,13 @@
|
|||
};
|
||||
}
|
||||
];
|
||||
default.imports =
|
||||
self.nixosModules.common.imports ++
|
||||
self.nixosModules.home.imports ++
|
||||
[
|
||||
./self-ide.nix
|
||||
./takemessh
|
||||
./current-location.nix
|
||||
];
|
||||
default.imports = [
|
||||
self.nixosModules.common
|
||||
self.nixosModules.home
|
||||
./self-ide.nix
|
||||
./takemessh
|
||||
./current-location.nix
|
||||
];
|
||||
};
|
||||
|
||||
lib.mkLinuxSystem = extraModules: inputs.nixpkgs.lib.nixosSystem rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue