finally steam dead?
This commit is contained in:
parent
6404b1e356
commit
4091d2aeab
2 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,9 @@ in
|
||||||
{
|
{
|
||||||
imports = [ ../default.nix ];
|
imports = [ ../default.nix ];
|
||||||
|
|
||||||
mobile = {
|
stitchyconf.form = "handheld";
|
||||||
|
|
||||||
|
mobile = {
|
||||||
beautification = {
|
beautification = {
|
||||||
silentBoot = lib.mkDefault true;
|
silentBoot = lib.mkDefault true;
|
||||||
splash = lib.mkDefault true;
|
splash = lib.mkDefault true;
|
||||||
|
|
|
@ -15,13 +15,11 @@
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
lib.mkIf( config.stitchyconf.form == "pc") {
|
hyprland.enable = config.stitchyconf.form == "pc";
|
||||||
hyprland.enable = true;
|
openvpn3.enable = config.stitchyconf.form == "pc";
|
||||||
openvpn3.enable = true;
|
steam = {
|
||||||
steam = {
|
enable = config.stitchyconf.form == "pc";
|
||||||
enable = true;
|
remotePlay.openFirewall = true;
|
||||||
remotePlay.openFirewall = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue