made sound usable on non-graphical systems.

This commit is contained in:
Gabe Venberg 2025-10-20 15:39:32 +02:00
parent f4e5e24e2b
commit b9fb31d1d6
7 changed files with 28 additions and 36 deletions

View file

@ -9,16 +9,15 @@
enable = true;
windowManager.i3.enable = true;
};
programs.dconf.enable=true;
programs.dconf.enable = true;
home-manager.users.${config.host.details.user} = {config, ...}: {
gtk={
enable=true;
colorScheme="dark";
gtk = {
enable = true;
colorScheme = "dark";
};
qt={
enable=true;
style.name="adwaita-dark";
qt = {
enable = true;
style.name = "adwaita-dark";
};
home.packages = with pkgs; [
maim