This commit is contained in:
Kopatz
2024-06-29 10:04:05 +02:00
parent b6ecdd654e
commit df1aac5278
3 changed files with 14 additions and 12 deletions

View File

@@ -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 = {

View File

@@ -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

View File

@@ -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