added ws suite

This commit is contained in:
cnst
2024-06-30 12:36:45 +02:00
parent 1c2b539f9c
commit e5f8601de0
2 changed files with 8 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ in {
../core ../core
../extra/steam ../extra/steam
../extra/nix-ld ../extra/nix-ld
../extra/gamescope ../extra/workstation
../extra/gamemode ../extra/gamemode
../services/cnix.nix ../services/cnix.nix
../services/pipewire.nix ../services/pipewire.nix

View File

@@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
blender
gimp-with-plugins
inkscape-with-extensions
];
}