quickshell/module.nix: do not hardcode system
This commit is contained in:
parent
274c79705c
commit
7757448723
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
quickshell.packages.x86_64-linux.default
|
||||
quickshell.packages.${pkgs.stdent.system}.default
|
||||
qt6.qtimageformats
|
||||
qt6.qt5compat
|
||||
qt6.qtmultimedia
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue