dartls
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
|
dartls.enable = true;
|
||||||
tsserver.enable = true;
|
tsserver.enable = true;
|
||||||
pylsp.enable = true;
|
pylsp.enable = true;
|
||||||
csharp-ls = {
|
csharp-ls = {
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
plasma-browser-integration
|
||||||
ocean-sound-theme
|
ocean-sound-theme
|
||||||
spectacle
|
spectacle
|
||||||
kwallet
|
kwallet
|
||||||
@@ -30,20 +31,19 @@ in {
|
|||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# __GL_YIELD = "usleep";
|
# __GL_YIELD = "usleep";
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
#NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
};
|
};
|
||||||
programs.kdeconnect.enable = true;
|
|
||||||
|
|
||||||
xdg = {
|
#xdg = {
|
||||||
portal = {
|
# portal = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
#extraPortals = with pkgs;
|
# #extraPortals = with pkgs;
|
||||||
# [
|
# # [
|
||||||
# xdg-desktop-portal-wlr
|
# # xdg-desktop-portal-wlr
|
||||||
# #xdg-desktop-portal-gtk
|
# # #xdg-desktop-portal-gtk
|
||||||
# ];
|
# # ];
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libsForQt5.bismuth # auto tiling
|
libsForQt5.bismuth # auto tiling
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ in {
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
keepassxc
|
keepassxc
|
||||||
xfce.thunar # file manager
|
xfce.thunar # file manager
|
||||||
|
discord
|
||||||
gvfs
|
gvfs
|
||||||
remmina
|
remmina
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|||||||
Reference in New Issue
Block a user