WIP: Groundwork for impermanence setup for nixos and home

This commit is contained in:
2026-06-24 19:07:40 +02:00
parent 23d6b86dc1
commit a3139051b1
6 changed files with 70 additions and 2 deletions
+2
View File
@@ -29,6 +29,7 @@
installRustc = true;
};
pylsp.enable = true; # Python language server
clangd.enable = true;
};
# Keymaps for LSP actions
@@ -85,6 +86,7 @@
lua-language-server
nil
rust-analyzer
clang-tools
];
};
}