zsh experimenting
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
...
|
||||
}: {
|
||||
flake.nixosConfigurations.HACKSTATION = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
self.nixosModules.core
|
||||
modules = with self.nixosModules; [
|
||||
core
|
||||
hackstationConfiguration
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user