added quickshell

This commit is contained in:
kenji
2025-07-01 08:57:33 -05:00
parent b37edeed36
commit c7787f3d27
4 changed files with 34 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
pkgs,
inputs,
...
}: {
imports = [
inputs.quickshell.packages.${pkgs.system}.default
];
}