nixos/legacy/modules/theme.nix

12 lines
217 B
Nix
Raw Normal View History

2020-11-16 21:14:46 +01:00
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gtk-engine-murrine
gtk_engines
gsettings-desktop-schemas
lxappearance
2022-12-25 12:16:15 +01:00
qgnomeplatform
2020-11-16 21:14:46 +01:00
];
2022-12-25 12:16:15 +01:00
qt5.platformTheme = "qt5ct";
2020-11-16 21:14:46 +01:00
}