Desktop: install JamesDSP
This commit is contained in:
parent
7765c2a550
commit
455790a5b1
2 changed files with 6 additions and 0 deletions
|
|
@ -6,5 +6,6 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./micro.nix
|
./micro.nix
|
||||||
./keepassxc.nix
|
./keepassxc.nix
|
||||||
|
./jamesdsp.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
roles/desktop/programs/jamesdsp.nix
Normal file
5
roles/desktop/programs/jamesdsp.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
users.users.toast.packages = [ pkgs.jamesdsp ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue