add: shell.nix
This commit is contained in:
parent
4430232787
commit
16c960a1d6
5 changed files with 22 additions and 3 deletions
|
|
@ -31,6 +31,7 @@
|
|||
homeManagerModules = import ./modules/home-manager;
|
||||
|
||||
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
||||
devShells = forEachSystem (pkgs: import ./shell.nix { inherit pkgs; });
|
||||
|
||||
nixosConfigurations = {
|
||||
# X1 Carbon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue