Evie Litherland-Smith
ee34f667b9
Move hyprland specific audio/bluetooth packages into hyprland expression Increase frequency of nix cleanup, same duration
14 lines
335 B
Nix
14 lines
335 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [ ./xserver.nix ./sddm.nix ];
|
|
services.xserver.desktopManager.plasma5.enable = true;
|
|
programs.kdeconnect.enable = true;
|
|
environment.systemPackages = with pkgs; [
|
|
libsForQt5.lightly
|
|
libsForQt5.qtstyleplugin-kvantum
|
|
libsForQt5.kwindowsystem
|
|
catppuccin-kvantum
|
|
catppuccin-kde
|
|
];
|
|
}
|