feat: nix lsp and nixfmt go into separate module
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
just
|
||||
libreoffice-fresh
|
||||
mpv
|
||||
nil
|
||||
nitch
|
||||
ouch
|
||||
openvpn
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
./shell.nix
|
||||
./video-editing.nix
|
||||
./golang.nix
|
||||
./nixlang.nix
|
||||
./zellij.nix
|
||||
# ./hud.nix
|
||||
];
|
||||
|
||||
6
hosts/default/nixlang.nix
Normal file
6
hosts/default/nixlang.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user