forked from tuxcord/tuxcord.nix
treewide: add devShell
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "configuration.nix";
|
||||
packages = with pkgs; [
|
||||
bat
|
||||
cachix
|
||||
deadnix
|
||||
delta
|
||||
git
|
||||
inputs.agenix.packages.${stdenv.hostPlatform.system}.default
|
||||
jujutsu
|
||||
neovim
|
||||
nix-output-monitor
|
||||
nixfmt
|
||||
npins
|
||||
parted
|
||||
smartmontools
|
||||
statix
|
||||
tmux
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user