Update flake.nix

This commit is contained in:
logical_code 2025-12-16 01:11:35 -05:00
parent dfe8e3f8e2
commit 0b6cac4d8d

View file

@ -15,6 +15,14 @@
./modules/desktop #share configs ./modules/desktop #share configs
]; ];
}; };
brandon-laptop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit self inputs;};
modules = [
./hosts/brandon-desktop #individual config
./modules/desktop #share configs
];
};
}; };
}; };