1

feat: nix lsp and nixfmt go into separate module

This commit is contained in:
Himadri Bhattacharjee
2024-09-01 19:19:17 +05:30
parent 1770722605
commit a881e70ed9
3 changed files with 7 additions and 1 deletions

View File

@@ -134,7 +134,6 @@
just
libreoffice-fresh
mpv
nil
nitch
ouch
openvpn

View File

@@ -18,6 +18,7 @@
./shell.nix
./video-editing.nix
./golang.nix
./nixlang.nix
./zellij.nix
# ./hud.nix
];

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
nil
nixfmt-rfc-style
];
}