flake: quickshell: init

This commit is contained in:
Charlie Root 2025-04-16 22:34:25 +02:00 committed by Bloxx12
commit e311a8759e
3 changed files with 39 additions and 17 deletions

View file

@ -5,22 +5,16 @@
pkgs,
...
}: let
# inherit (inputs) quickshell;
# inherit (lib.generators) toKeyValue;
inherit (inputs) quickshell;
in {
# environment.systemPackages = [
# qt6.qtimageformats # amog
# qt6.qt5compat # shader fx
# (quickshell.packages.x86_64-linux.default.override {
# withJemalloc = true;
# withQtSvg = true;
# withX11 = true;
# withPipewire = true;
# withPam = true;
# withHyprland = true;
# })
# pamtester # lockscreen
# grim
# imagemagick # screenshot
# ];
environment.systemPackages = with pkgs; [
quickshell.packages.x86_64-linux.default
qt6.qtimageformats
qt6.qt5compat
qt6.qtmultimedia
qt6.qtdeclarative
];
# taken from outfoxxed.
qt.enable = true;
}