fixed hyprland + others...

This commit is contained in:
2026-06-24 23:49:31 -05:00
parent f4572eaaad
commit b887f7ad65
12 changed files with 101 additions and 76 deletions
@@ -11,6 +11,20 @@ return {
},
},
},
nixd = {},
},
},
setup = {
cmd = { "nixd" },
settings = {
nixd = {
nixpkgs = {
expr = "import <nixpkgs> { }",
},
formatting = {
command = { "nixfmt" },
},
},
},
},
},