Compare commits
No commits in common. "3d2fea3f166bf0dd8fca9451b6faea1fb9de6e57" and "0eca687003b2907095e72e1c6ae48f48448acda4" have entirely different histories.
3d2fea3f16
...
0eca687003
2 changed files with 1 additions and 9 deletions
|
|
@ -293,14 +293,6 @@ in
|
|||
# for age
|
||||
services.pcscd.enable = true;
|
||||
|
||||
# flatpak stuff for (regrettably manual (out of laziness)) fightcade
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal ];
|
||||
config.common.default = "*";
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
|
|
@ -555,7 +555,7 @@ If the new path's directories does not exist, create them."
|
|||
|
||||
;; Sometimes you need to tell Eglot where to find the language server
|
||||
(add-to-list 'eglot-server-programs
|
||||
'(elixir-ts-mode "expert" "--stdio"))
|
||||
'(elixir-ts-mode "${pkgs.elixir-ls}/bin/elixir-ls"))
|
||||
; i could nixify the rust-analyzer bin path buuuut
|
||||
(add-to-list 'eglot-server-programs
|
||||
'((rust-ts-mode rust-mode) .
|
||||
|
|
|
|||
Loading…
Reference in a new issue