add devShell

This commit is contained in:
ulic-youthlic 2025-05-03 10:05:28 +08:00
parent f5b69deee9
commit 3412ecb175
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 14 additions and 3 deletions

3
.envrc Normal file
View file

@ -0,0 +1,3 @@
watch_file ./flake.nix ./flake.lock
use flake

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/.direnv
result
result-*

View file

@ -195,6 +195,14 @@
inherit inputs;
}
);
devShells.default = pkgs.mkShell {
packages = with pkgs; [
nixd
typos
just
nvfetcher
];
};
};
flake =
{

View file

@ -88,7 +88,6 @@
kdePackages.kdenlive
fd
viu
just
android-tools
];
}

View file

@ -92,14 +92,12 @@
jq
onefetch
vesktop
gg
aria2
juicity
waypipe
wineWow64Packages.waylandFull
iperf3
nvfetcher
];
environment.variables.EDITOR = "hx";