added all the things to hackstation
This commit is contained in:
@@ -6,7 +6,13 @@
|
|||||||
flake.nixosConfigurations.HACKSTATION = inputs.nixpkgs.lib.nixosSystem {
|
flake.nixosConfigurations.HACKSTATION = inputs.nixpkgs.lib.nixosSystem {
|
||||||
modules = with self.nixosModules; [
|
modules = with self.nixosModules; [
|
||||||
desktop
|
desktop
|
||||||
|
youtube
|
||||||
|
development
|
||||||
hackstationConfiguration
|
hackstationConfiguration
|
||||||
|
bottles
|
||||||
|
gaming
|
||||||
|
davinci
|
||||||
|
sddm-autologin
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user