set laptop up again

This commit is contained in:
Greg Leyda 2023-01-31 16:48:36 -05:00
parent b2af978996
commit 6e99b9e9c9
7 changed files with 28 additions and 20 deletions

View file

@ -62,6 +62,18 @@
./nix.nix
];
};
gerg-laptop = lib.nixosSystem {
inherit system pkgs;
specialArgs = {inherit inputs settings;};
modules = [
inputs.sxhkd-flake.nixosModules.sxhkd
inputs.home-manager.nixosModules.home-manager
./home-manager
./configuration.nix
./systems/laptop.nix
./nix.nix
];
};
};
};
}