feat(desktop): install easyeffects, fix icon's missing.
This commit is contained in:
parent
b6e0c4e55d
commit
83d3c27371
2 changed files with 14 additions and 2 deletions
|
|
@ -28,6 +28,18 @@
|
|||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Easyeffects
|
||||
services.easyeffects.enable = true;
|
||||
|
||||
# Fix missing icons
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
};
|
||||
|
||||
# Enable crony flake specific settings
|
||||
crony.mangohud.enable = true;
|
||||
crony.gaming.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue