mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
workstation adjustments
This commit is contained in:
parent
70b1e5c67d
commit
7c421c3dcb
2 changed files with 43 additions and 44 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue