more work on neovim config, added keyboard sound thing for kitty
This commit is contained in:
6
modules/home/programs/nixvim/plugins/lsp.nix
Executable file → Normal file
6
modules/home/programs/nixvim/plugins/lsp.nix
Executable file → Normal file
@@ -84,7 +84,7 @@
|
||||
installRustc = false;
|
||||
settings = {
|
||||
check = {
|
||||
allTargets = false;
|
||||
allTargets = true;
|
||||
command = "clippy";
|
||||
};
|
||||
};
|
||||
@@ -99,9 +99,9 @@
|
||||
options = {
|
||||
# uses Xenon config because it has every option exposed to it
|
||||
nixos.expr = ''
|
||||
(builtins.getFlake "github:pagedMov/nixos-config").nixosConfigurations.xenon.options'';
|
||||
(builtins.getFlake "github:pagedMov/nixos-config").nixosConfigurations.phosphorous.options'';
|
||||
home.expr = ''
|
||||
(builtins.getFlake "github:pagedMov/nixos-config").homeConfigurations.xenonHome.options'';
|
||||
(builtins.getFlake "github:pagedMov/nixos-config").homeConfigurations.phospohorousHome.options'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user