quickshell: switch to nixpkgs quickshell

This commit is contained in:
Bloxx12 2025-07-09 21:05:06 +02:00
commit 99b7c4f250
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 1 additions and 32 deletions

View file

@ -1,12 +1,9 @@
{
config,
lib,
inputs,
pkgs,
...
}: let
inherit (inputs) quickshell;
inherit (lib.modules) mkIf;
inherit (lib.options) mkEnableOption;
@ -16,7 +13,7 @@ in {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
quickshell.packages.${pkgs.stdenv.system}.default
quickshell
qt6.qtimageformats
qt6.qt5compat
qt6.qtmultimedia