feat: f*ck you nvidia
This commit is contained in:
parent
bb446c29ee
commit
36ace852a8
15 changed files with 95 additions and 46 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
|
||||
/*
|
||||
xdg.configFile."nvim" = {
|
||||
|
|
@ -7,6 +7,15 @@
|
|||
};
|
||||
*/
|
||||
|
||||
home.packages = with pkgs; [
|
||||
lua-language-server
|
||||
clang-tools
|
||||
rust-analyzer
|
||||
gopls
|
||||
nixd
|
||||
typescript
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue