added nix lsp and tools
This commit is contained in:
parent
e9f5979cdf
commit
fac5e52f36
@ -1,6 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{pkgs, ...}: {
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nnn # terminal file manager
|
nnn # terminal file manager
|
||||||
|
|
||||||
@ -39,6 +37,11 @@
|
|||||||
cargo
|
cargo
|
||||||
python3
|
python3
|
||||||
|
|
||||||
|
# nix specific stuff
|
||||||
|
nixd
|
||||||
|
deadnix
|
||||||
|
alejandra
|
||||||
|
|
||||||
# productivity
|
# productivity
|
||||||
iterm2
|
iterm2
|
||||||
discord
|
discord
|
||||||
|
Loading…
Reference in New Issue
Block a user