nvim: include more formatters and lsps
This commit is contained in:
parent
61e08fe876
commit
393a5f9037
9 changed files with 160 additions and 195 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ inputs, pkgs, mod, ... }:
|
||||
let
|
||||
base_imports = [
|
||||
inputs.hyprlock.homeManagerModules.default
|
||||
inputs.anyrun.homeManagerModules.default
|
||||
inputs.ironbar.homeManagerModules.default
|
||||
inputs.oxicalc.homeManagerModules.default
|
||||
|
|
@ -26,8 +25,6 @@ in
|
|||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users.dashie = {
|
||||
#home-manager overlap -> use flake instead
|
||||
disabledModules = [ "programs/hyprlock.nix" ];
|
||||
imports = [
|
||||
{
|
||||
_module = { args = { inherit inputs; }; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue