This commit is contained in:
Evie Litherland-Smith 2024-09-24 07:45:29 +01:00
commit 70d06a3ac6
2 changed files with 2 additions and 4 deletions

View file

@ -12,7 +12,6 @@
}; };
programs.emacs = { programs.emacs = {
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git # Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
# git clone https://git.xenia.me.uk/pixelifytica/emacs.git ~/.emacs.d
enable = true; enable = true;
package = pkgs.emacs29-pgtk; package = pkgs.emacs29-pgtk;
extraConfig = extraConfig =
@ -93,25 +92,23 @@
silicon silicon
## Python Environments ## Python Environments
uv
poetry poetry
## Linters ## Linters
shellcheck shellcheck
yamllint yamllint
ruff ruff
nodePackages.eslint
## Formatters ## Formatters
nixfmt-rfc-style nixfmt-rfc-style
shfmt shfmt
stylua stylua
nodePackages.prettier nodePackages.prettier
nodePackages.prettier-plugin-toml
## Language servers ## Language servers
nixd nixd
lua-language-server lua-language-server
nodePackages.typescript-language-server
## Interpreters ## Interpreters
(python3.withPackages ( (python3.withPackages (

View file

@ -17,6 +17,7 @@
outlook.primary = lib.mkForce true; outlook.primary = lib.mkForce true;
}; };
xdg.configFile = { xdg.configFile = {
"autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop";
"autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop"; "autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop";
"teams-for-linux/config.json".text = builtins.toJSON { "teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true; awayOnSystemIdle = true;