added launch.nix
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{
|
||||
lib,
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
../../packages/hyprland/default.nix
|
||||
@@ -8,5 +12,8 @@
|
||||
++ [
|
||||
../../packages/steam/default.nix
|
||||
../../packages/bottles/default.nix
|
||||
]
|
||||
++ lib.optionals (myConfig.nixos.Gaming.enable == true) [
|
||||
../../packages/steam/launch.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user