Formated with alejandra

This commit is contained in:
Tomas Rivera
2026-04-13 15:32:01 +02:00
parent 0b2b88d41b
commit baaad664db
18 changed files with 1560 additions and 1545 deletions
+5 -6
View File
@@ -1,17 +1,16 @@
# pulled from https://codeberg.org/zacoons/rivendell-hyprdots
{
config,
pkgs,
...
}: {
qt.enable =true;
qt.enable = true;
programs.quickshell = {
systemd.enable = true;
enable = true;
};
home.file.".config/quickshell" = {
source = ../../other/quickshell;
recursive = true;
};
home.file.".config/quickshell" = {
source = ../../other/quickshell;
recursive = true;
};
}