add heroic
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./heroic.nix
|
||||
./qbittorrent.nix
|
||||
./steam.nix
|
||||
./wine.nix
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.heroic.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user