feat(skadi): disable aagl, enable sleepy launcher.
This commit is contained in:
parent
a945569d5c
commit
2a29bc21a4
2 changed files with 6 additions and 3 deletions
|
|
@ -130,9 +130,6 @@
|
||||||
# Enable dconf
|
# Enable dconf
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# Enable AAGL
|
|
||||||
programs.anime-game-launcher.enable = false;
|
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
|
||||||
|
|
@ -56,5 +56,11 @@
|
||||||
# Setup switch pro controller
|
# Setup switch pro controller
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
services.joycond.enable = true;
|
services.joycond.enable = true;
|
||||||
|
|
||||||
|
# Enable AAGL
|
||||||
|
programs.anime-game-launcher.enable = false;
|
||||||
|
|
||||||
|
# Enable sleepy launcher
|
||||||
|
programs.sleepy-launcher.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue