This commit is contained in:
Lucy von Overheidt 2025-09-09 21:20:12 +02:00
parent 4d269a9e8d
commit f9c369c584
12 changed files with 638 additions and 73 deletions

View file

@ -1,8 +1,7 @@
{
pkgs,
inputs,
lib,
...
{ pkgs
, inputs
, lib
, ...
}:
let
quickshell = inputs.quickshell.packages.${pkgs.system}.default;