plasma
This commit is contained in:
parent
742255af38
commit
330eea98d1
@ -1,4 +1,4 @@
|
||||
{ config, lib, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.desktop.de.plasma;
|
||||
@ -9,6 +9,19 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Enable plasma
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
|
||||
# Install themes and integration
|
||||
environment.systemPackages = with pkgs; [
|
||||
utterly-nord-plasma
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.plasma-browser-integration
|
||||
];
|
||||
|
||||
# Use kvantum themes
|
||||
environment.variables = {
|
||||
"QT_STYLE_OVERRIDE"="kvantum";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user