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" = {
|
"RoboLab Playground" = {
|
||||||
psk = "@ROBOLAB_PSK@";
|
psk = "@ROBOLAB_PSK@";
|
||||||
authProtocols = [ "WPA-PSK" ];
|
authProtocols = [ "WPA-PSK" ];
|
||||||
|
extraConfig = "disabled=1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
openconnect.interfaces = {
|
openconnect.interfaces = {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.nixvim = {
|
programs.nixvim = { enable = true;
|
||||||
enable = true;
|
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
colorscheme = "dracula";
|
colorscheme = "dracula";
|
||||||
options =
|
options =
|
||||||
|
@ -103,6 +102,9 @@
|
||||||
rnix-lsp = {
|
rnix-lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
clangd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
null-ls = {
|
null-ls = {
|
||||||
|
@ -134,7 +136,7 @@
|
||||||
grammarPackages = with pkgs.tree-sitter-grammars; [
|
grammarPackages = with pkgs.tree-sitter-grammars; [
|
||||||
tree-sitter-bash
|
tree-sitter-bash
|
||||||
tree-sitter-c
|
tree-sitter-c
|
||||||
tree-sitter-cpp
|
#tree-sitter-cpp # broken too. ffs
|
||||||
tree-sitter-css
|
tree-sitter-css
|
||||||
tree-sitter-go
|
tree-sitter-go
|
||||||
tree-sitter-haskell
|
tree-sitter-haskell
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
exa # ls but with icons
|
exa # ls but with icons
|
||||||
bat # better less
|
bat # better less
|
||||||
duf # better df
|
duf # better df
|
||||||
|
gnumake
|
||||||
|
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue