Desktop: install JamesDSP

This commit is contained in:
Toast 2023-08-30 00:57:53 +02:00
parent 7765c2a550
commit 455790a5b1
2 changed files with 6 additions and 0 deletions

View file

@ -6,5 +6,6 @@
./firefox.nix
./micro.nix
./keepassxc.nix
./jamesdsp.nix
];
}

View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
users.users.toast.packages = [ pkgs.jamesdsp ];
}