Compare commits
2 commits
0eca687003
...
3d2fea3f16
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d2fea3f16 | |||
| 70c16c5861 |
2 changed files with 9 additions and 1 deletions
|
|
@ -293,6 +293,14 @@ in
|
||||||
# for age
|
# for age
|
||||||
services.pcscd.enable = true;
|
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
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# 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
|
;; Sometimes you need to tell Eglot where to find the language server
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'(elixir-ts-mode "${pkgs.elixir-ls}/bin/elixir-ls"))
|
'(elixir-ts-mode "expert" "--stdio"))
|
||||||
; i could nixify the rust-analyzer bin path buuuut
|
; i could nixify the rust-analyzer bin path buuuut
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'((rust-ts-mode rust-mode) .
|
'((rust-ts-mode rust-mode) .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue