nix: added steam
yeety mcspanky
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{...}: {
|
||||
imports = [
|
||||
../../pkgs/btop/default.nix
|
||||
];
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
gamingDesktop,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
]
|
||||
++ lib.optionals (gamingDesktop == true) [
|
||||
../../pkgs/steam/default.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user