added ws suite
This commit is contained in:
@@ -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
|
||||||
|
|||||||
7
hosts/extra/workstation/default.nix
Normal file
7
hosts/extra/workstation/default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
blender
|
||||||
|
gimp-with-plugins
|
||||||
|
inkscape-with-extensions
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user