Merge branch 'main' of https://git.xenia.me.uk/pixelifytica/nixos
This commit is contained in:
commit
70d06a3ac6
|
@ -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 (
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue