Fixed: Kernel Packages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ primaryUser, inputs, ... }: {
|
||||
{ primaryUser, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./packages.nix
|
||||
./git.nix
|
||||
@@ -6,7 +7,7 @@
|
||||
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
./neovim
|
||||
./python.nix
|
||||
# ./python.nix
|
||||
|
||||
];
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{ ... }: {
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./treesitter.nix
|
||||
./lint.nix
|
||||
@@ -12,7 +13,7 @@
|
||||
./alpha.nix
|
||||
./avante.nix
|
||||
./openscad.nix
|
||||
./molten.nix
|
||||
# ./molten.nix
|
||||
./which-key.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
lua-language-server
|
||||
nil
|
||||
rust-analyzer
|
||||
python311Packages.python-lsp-server
|
||||
# python311Packages.python-lsp-server
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user