mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
rustboro: disable steam
This commit is contained in:
parent
1f42499fe0
commit
53e32dbe02
|
@ -47,11 +47,11 @@
|
||||||
user = "aly";
|
user = "aly";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
sway.enable = true;
|
sway.enable = false;
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
steam.enable = true;
|
steam.enable = false;
|
||||||
};
|
};
|
||||||
scripts = {
|
scripts = {
|
||||||
hoenn.enable = true;
|
hoenn.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue