First commit
This commit is contained in:
19
dev/shells.nix
Normal file
19
dev/shells.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ ... }: {
|
||||
|
||||
|
||||
perSystem = { pkgs, system, ... }: {
|
||||
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
quickshell
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export SHELL=$(realpath `which zsh`)
|
||||
|
||||
exec nvim
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user