quickshell feature

This commit is contained in:
2026-07-07 16:24:32 +01:00
parent 47296ec554
commit 624d204412
2 changed files with 4 additions and 14 deletions

View File

@@ -1,25 +1,14 @@
{
self,
moduleWithSystem,
inputs,
...
}: {
flake.nixosModules.quickshell = moduleWithSystem ({
pkgs,
self',
inputs',
...
}: {
flake.nixosModules.quickshell = moduleWithSystem ({self', ...}: {
environment.systemPackages = with self'.packages; [
quickshell
];
});
perSystem = {
pkgs,
lib,
self',
...
}: {
perSystem = {pkgs, ...}: {
packages.quickshell = inputs.wrappers.wrappers.quickshell.wrap {
inherit pkgs;
configDir = inputs.quickshell;