mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-19 02:37:01 -04:00
add shell for init
This commit is contained in:
parent
4af1ae9060
commit
95e8700dbc
2 changed files with 13 additions and 0 deletions
13
shell.nix
Normal file
13
shell.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs;[
|
||||
sops
|
||||
ssh-to-age
|
||||
git
|
||||
openssh
|
||||
neovim
|
||||
nano
|
||||
wget
|
||||
curl
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue