Fix quickshell in dist-nix

This commit is contained in:
clsty
2025-11-04 12:40:38 +08:00
parent 5af7420129
commit 0f93784b8a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, nixgl, home_attrs, ... }:
{ config, lib, pkgs, nixgl, quickshell, home_attrs, ... }:
{
programs.home-manager.enable = true;
nixGL.packages = nixgl.packages;