init
This commit is contained in:
commit
2dd77e743f
31 changed files with 12778 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
git
|
||||
btop
|
||||
lazygit
|
||||
micro
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue