mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
17 lines
336 B
Nix
17 lines
336 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
gtk-engine-murrine
|
|
gtk_engines
|
|
gsettings-desktop-schemas
|
|
lxappearance
|
|
qgnomeplatform
|
|
numix-cursor-theme
|
|
numix-icon-theme
|
|
numix-icon-theme-circle
|
|
adwaita-qt
|
|
arc-kde-theme
|
|
arc-theme
|
|
];
|
|
qt5.platformTheme = "qt5ct";
|
|
}
|