fix: merge dolphin with systemPkgs when i3 enabled
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"j-hui/fidget.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
require("fidget").setup()
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
"ts_ls",
|
||||
"lua_ls",
|
||||
"rust_analyzer",
|
||||
"nil_ls",
|
||||
},
|
||||
handlers = {
|
||||
function(server)
|
||||
require("lspconfig")[server].setup({})
|
||||
end,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"j-hui/fidget.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
require("fidget").setup()
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
"ts_ls",
|
||||
"lua_ls",
|
||||
"rust_analyzer",
|
||||
"nil_ls",
|
||||
},
|
||||
handlers = {
|
||||
function(server)
|
||||
require("lspconfig")[server].setup({})
|
||||
end,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -96,7 +96,6 @@
|
||||
with pkgs;
|
||||
config.commonPackages
|
||||
++ [
|
||||
dolphin
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
};
|
||||
services.libinput.touchpad.naturalScrolling = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dolphin
|
||||
];
|
||||
|
||||
home-manager.users.luca = {
|
||||
programs = {
|
||||
alacritty = {
|
||||
|
||||
Reference in New Issue
Block a user