remove libtas & sam
This commit is contained in:
parent
cd9d91e189
commit
00fa7a3c36
@ -3,6 +3,5 @@
|
||||
imports = [
|
||||
./prism.nix
|
||||
./steam.nix
|
||||
./tas.nix
|
||||
];
|
||||
}
|
||||
|
||||
@ -16,6 +16,6 @@ in
|
||||
|
||||
config = mkIf config.smayzy.steam.enable {
|
||||
programs.steam.enable = true;
|
||||
environment.systemPackages = with pkgs; [ samrewritten ];
|
||||
environment.systemPackages = with pkgs; [ depotdownloader];
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,23 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.tas.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "tas things";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.tas.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libtas
|
||||
depotdownloader
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user