add devShell
This commit is contained in:
parent
f5b69deee9
commit
3412ecb175
5 changed files with 14 additions and 3 deletions
3
.envrc
Normal file
3
.envrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
watch_file ./flake.nix ./flake.lock
|
||||
|
||||
use flake
|
||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/.direnv
|
||||
result
|
||||
result-*
|
||||
|
|
@ -195,6 +195,14 @@
|
|||
inherit inputs;
|
||||
}
|
||||
);
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
nixd
|
||||
typos
|
||||
just
|
||||
nvfetcher
|
||||
];
|
||||
};
|
||||
};
|
||||
flake =
|
||||
{
|
||||
|
|
|
|||
|
|
@ -88,7 +88,6 @@
|
|||
kdePackages.kdenlive
|
||||
fd
|
||||
viu
|
||||
just
|
||||
android-tools
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,14 +92,12 @@
|
|||
jq
|
||||
onefetch
|
||||
vesktop
|
||||
gg
|
||||
aria2
|
||||
|
||||
juicity
|
||||
waypipe
|
||||
wineWow64Packages.waylandFull
|
||||
iperf3
|
||||
nvfetcher
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "hx";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue