mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
fixed nucturne overlay/module
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
ab7a288748
commit
9ce3d30019
@ -25,10 +25,10 @@ in
|
|||||||
flakes.nixpkgs.lib.listToAttrs (map mkMachine [
|
flakes.nixpkgs.lib.listToAttrs (map mkMachine [
|
||||||
{
|
{
|
||||||
name = "stel-xps";
|
name = "stel-xps";
|
||||||
extraModules = [ flakes.nixos-hardware.nixosModules.dell-xps-13-7390 flakes.home-manager.nixosModules.home-manager];
|
extraModules = [ flakes.nixos-hardware.nixosModules.dell-xps-13-7390 flakes.home-manager.nixosModules.home-manager ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nucturne";
|
name = "nucturne";
|
||||||
extraOverlays = [ flakes.home-manager.nixosModules.home-manager];
|
extraModules = [ flakes.home-manager.nixosModules.home-manager ];
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user