add work laptop

This commit is contained in:
tristan 2023-04-15 12:46:15 +01:00
parent f96e27fecd
commit c0466602b7
8 changed files with 83 additions and 20 deletions

View file

@ -20,6 +20,7 @@
in {
nixosConfigurations = {
zenix = mkConf "zenix" { inherit nixpkgs system user home-manager; };
FCS-Tristan-Nixbook = mkConf "work" { inherit nixpkgs system user home-manager; };
};
};
}