laptop: add school programs
This commit is contained in:
parent
03a4f6d34a
commit
66b397d1ed
2 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
{
|
{
|
||||||
programs.fzf.enable = true;
|
programs.fzf.enable = true;
|
||||||
programs.fastfetch.enable = true;
|
programs.fastfetch.enable = true;
|
||||||
home.packages = with pkgs; [ obsidian proton-pass spotify vesktop wl-clipboard ];
|
home.packages = with pkgs; [ element-desktop obsidian proton-pass spotify vesktop wl-clipboard ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
lua-ls.enable = true;
|
lua-ls.enable = true;
|
||||||
|
clangd.enable = true;
|
||||||
};
|
};
|
||||||
keymaps = {
|
keymaps = {
|
||||||
lspBuf = {
|
lspBuf = {
|
||||||
|
|
Loading…
Reference in a new issue