wip
This commit is contained in:
parent
a9ff2c4855
commit
e03aa6c486
3 changed files with 29 additions and 7 deletions
|
|
@ -14,6 +14,9 @@
|
|||
laptop = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
./hosts/laptop/configuration.nix
|
||||
./modules/common.nix
|
||||
./modules/users/alisceon.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue