Updated Pegasus Configuration
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
blender
|
blender
|
||||||
inkscape
|
inkscape
|
||||||
krita
|
krita
|
||||||
|
davinci-resolve
|
||||||
|
|
||||||
# Productivity tools
|
# Productivity tools
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
};
|
};
|
||||||
defaultSession = "plasma";
|
defaultSession = "plasma";
|
||||||
};
|
};
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
@@ -18,4 +17,9 @@
|
|||||||
kdePackages.kaccounts-providers
|
kdePackages.kaccounts-providers
|
||||||
kdePackages.kio-gdrive
|
kdePackages.kio-gdrive
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
GIT_ASKPASS = "/usr/bin/ksshaskpass";
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user