basic ass quickshell added

This commit is contained in:
2026-02-20 16:26:52 +00:00
parent c9d93f2e13
commit bd559c0507
6 changed files with 88 additions and 2 deletions

View File

@@ -2,11 +2,16 @@
{
modules.quickshell = {
homeManager =
{ pkgs, ... }:
{
pkgs,
lib,
config,
...
}:
{
xdg.configFile."quickshell" = {
recursive = true;
source = pkgs.lib.file.mkOutOfStoreSymlink ./quickshell;
source = config.lib.file.mkOutOfStoreSymlink ./quickshell;
};
systemd.user.services.quickshell = {
Unit = {