Updated Pegasus Configuration

This commit is contained in:
2024-05-06 11:32:00 -03:00
parent b22afe011d
commit 2d8af20715
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
blender
inkscape
krita
davinci-resolve
# Productivity tools
libreoffice-qt

View File

@@ -7,7 +7,6 @@
};
defaultSession = "plasma";
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.desktopManager.plasma6.enable = true;
programs.dconf.enable = true;
@@ -18,4 +17,9 @@
kdePackages.kaccounts-providers
kdePackages.kio-gdrive
];
environment.sessionVariables = {
GIT_ASKPASS = "/usr/bin/ksshaskpass";
NIXOS_OZONE_WL = "1";
};
}