We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7230b26 commit 4ac7261Copy full SHA for 4ac7261
home/applications/games.nix
@@ -11,7 +11,7 @@ with lib; {
11
12
config = mkIf config.mine.apps.games.enable {
13
home.packages = with pkgs; [
14
- dolphin-emu
+ unstable.dolphin-emu
15
melonDS
16
duckstation
17
mame
hosts/glacier/configuration.nix
@@ -97,11 +97,6 @@
97
98
nix.nix-ld.enable = true;
99
100
- openrgb = {
101
- service.enable = true;
102
- program.enable = true;
103
- };
104
-
105
openvpn.sext.enable = true;
106
107
yubikey.enable = true;
0 commit comments