nixos/legacy/modules/theme.nix

18 lines
336 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
numix-cursor-theme
numix-icon-theme
numix-icon-theme-circle
adwaita-qt
arc-kde-theme
arc-theme
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
}