mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Auto import all modules
This commit is contained in:
parent
8559359248
commit
43c8adddb6
7 changed files with 15 additions and 39 deletions
13
flake/dev-shells.nix
Normal file
13
flake/dev-shells.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
devShells.sops = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.sops
|
||||
pkgs.age
|
||||
pkgs.ssh-to-age
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue