Add lsp servers for emacs to server

Remove ferdium
This commit is contained in:
Evie Litherland-Smith 2023-10-22 06:34:55 +01:00
parent 548977c6fe
commit 03d9ec7c2d
3 changed files with 5 additions and 86 deletions

View file

@ -235,7 +235,11 @@
./services/nextcloud/default.nix ./services/nextcloud/default.nix
./services/ntfy-sh/default.nix ./services/ntfy-sh/default.nix
]; ];
homeModules = [ ./home/default.nix ]; homeModules = [
./home/default.nix
./home/media.nix
./home/emacs/lsp_servers.nix
];
}; };
Northstar = let Northstar = let

View file

@ -1,6 +0,0 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [ ferdium ];
xdg.configFile."Ferdium/config/settings.json".source = ./settings.json;
}

View file

@ -1,79 +0,0 @@
{
"autoLaunchOnStart": true,
"autoLaunchInBackground": false,
"runInBackground": false,
"reloadAfterResume": true,
"reloadAfterResumeTime": 10,
"enableSystemTray": false,
"startMinimized": false,
"confirmOnQuit": false,
"minimizeToSystemTray": false,
"closeToSystemTray": false,
"privateNotifications": false,
"clipboardNotifications": true,
"notifyTaskBarOnMessage": false,
"showDisabledServices": false,
"showServiceName": false,
"showMessageBadgeWhenMuted": true,
"showDragArea": false,
"enableSpellchecking": true,
"enableTranslator": true,
"spellcheckerLanguage": "en-GB",
"darkMode": true,
"navigationBarManualActive": false,
"splitMode": false,
"splitColumns": 3,
"fallbackLocale": "en-GB",
"beta": false,
"isAppMuted": false,
"enableGPUAcceleration": true,
"enableGlobalHideShortcut": false,
"server": "You are using Ferdium without a server",
"predefinedTodoServer": "isUsingCustomTodoService",
"autohideMenuBar": false,
"lockingFeatureEnabled": false,
"locked": false,
"lockedPassword": "",
"useTouchIdToUnlock": true,
"scheduledDNDEnabled": false,
"scheduledDNDStart": "17:00",
"scheduledDNDEnd": "09:00",
"hibernateOnStartup": true,
"hibernationStrategy": 300,
"wakeUpStrategy": 300,
"wakeUpHibernationStrategy": 0,
"wakeUpHibernationSplay": true,
"inactivityLock": 0,
"automaticUpdates": false,
"universalDarkMode": true,
"userAgentPref": "",
"adaptableDarkMode": true,
"accentColor": "#7367F0",
"progressbarAccentColor": "#7367F0",
"serviceRibbonWidth": 55,
"sidebarServicesLocation": 1,
"iconSize": 20,
"sentry": false,
"navigationBarBehaviour": "custom",
"webRTCIPHandlingPolicy": "disable_non_proxied_udp",
"searchEngine": "duckDuckGo",
"translatorLanguage": "en",
"translatorEngine": "LibreTranslate",
"useHorizontalStyle": true,
"hideCollapseButton": true,
"isMenuCollapsed": false,
"hideRecipesButton": false,
"hideSplitModeButton": true,
"useGrayscaleServices": false,
"grayscaleServicesDim": 50,
"hideWorkspacesButton": true,
"hideNotificationsButton": false,
"hideSettingsButton": true,
"alwaysShowWorkspaces": false,
"liftSingleInstanceLock": false,
"enableLongPressServiceHint": true,
"isTodosFeatureEnabled": false,
"customTodoServer": "",
"locale": "en-GB",
"keepAllWorkspacesLoaded": false
}