mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Some random emacs fixes + added kotlin lang server
This commit is contained in:
parent
8a6c09cd61
commit
21a35c436b
3 changed files with 20 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs-emacs, pkgs-stable, inputs, userSettings, systemSettings, ... }:
|
||||
{ config, lib, pkgs, pkgs-emacs, pkgs-stable, inputs, userSettings, systemSettings, ... }:
|
||||
let
|
||||
themePolarity = lib.removeSuffix "\n" (builtins.readFile (./. + "../../../../themes"+("/"+userSettings.theme)+"/polarity.txt"));
|
||||
dashboardLogo = ./. + "/nix-" + themePolarity + ".webp";
|
||||
|
@ -50,6 +50,7 @@ in
|
|||
emacs-lsp-booster
|
||||
nil
|
||||
nixfmt
|
||||
kotlin-language-server
|
||||
file
|
||||
wmctrl
|
||||
jshon
|
||||
|
@ -71,6 +72,9 @@ in
|
|||
]) ++ (with pkgs-stable; [
|
||||
nodejs
|
||||
nodePackages.mermaid-cli
|
||||
]) ++ (with pkgs; [
|
||||
openssl
|
||||
stunnel
|
||||
]);
|
||||
|
||||
services.mbsync = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue