Compare commits

..

2 commits

Author SHA1 Message Date
3d2fea3f16 flatpak for fightcade 2026-01-27 00:49:04 -05:00
70c16c5861 emacs elixir lsp config 2026-01-27 00:48:49 -05:00
2 changed files with 9 additions and 1 deletions

View file

@ -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. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave

View file

@ -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) .