mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
end robolab and prepare for c
This commit is contained in:
parent
39696706b1
commit
fdabdec32d
|
@ -34,6 +34,7 @@
|
|||
"RoboLab Playground" = {
|
||||
psk = "@ROBOLAB_PSK@";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
extraConfig = "disabled=1";
|
||||
};
|
||||
};
|
||||
openconnect.interfaces = {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
programs.nixvim = { enable = true;
|
||||
vimAlias = true;
|
||||
colorscheme = "dracula";
|
||||
options =
|
||||
|
@ -103,6 +102,9 @@
|
|||
rnix-lsp = {
|
||||
enable = true;
|
||||
};
|
||||
clangd = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
null-ls = {
|
||||
|
@ -134,7 +136,7 @@
|
|||
grammarPackages = with pkgs.tree-sitter-grammars; [
|
||||
tree-sitter-bash
|
||||
tree-sitter-c
|
||||
tree-sitter-cpp
|
||||
#tree-sitter-cpp # broken too. ffs
|
||||
tree-sitter-css
|
||||
tree-sitter-go
|
||||
tree-sitter-haskell
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
exa # ls but with icons
|
||||
bat # better less
|
||||
duf # better df
|
||||
gnumake
|
||||
|
||||
powerline-fonts
|
||||
|
||||
|
|
Loading…
Reference in a new issue