rename laptop

This commit is contained in:
logical-code 2025-07-08 23:30:44 -04:00
parent 660ac2ee95
commit 941b7330d7
4 changed files with 29 additions and 2 deletions

View file

@ -8,10 +8,10 @@
}: rec {
# The output for your laptop build
nixosConfigurations = {
laptop = nixpkgs.lib.nixosSystem {
brandon-laptop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit self inputs;};
modules = [
./hosts/laptop #individual config
./hosts/brandon-laptop #individual config
./modules/desktop #share configs
];
};