workstation adjustments

This commit is contained in:
Bryan Ramos 2024-05-17 09:14:38 -04:00
parent 70b1e5c67d
commit 7c421c3dcb
2 changed files with 43 additions and 44 deletions

View file

@ -76,9 +76,7 @@
homeConfigurations."work" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./src/system/machines/workstation
];
modules = [ ./src/system/machines/workstation ];
};
devShells.${system}.default = callPackage ./shell.nix {};