Let's try using hyprpaper

This commit is contained in:
2026-02-26 21:12:11 +01:00
parent 9445a13169
commit 874cdd1c7a
5 changed files with 632 additions and 477 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, flakeRoot, ... }:
{ config, lib, pkgs, flakeRoot, ... :
let
repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar";
in
@@ -9,7 +9,7 @@ in
xdg.configFile."waybar/config" = {
source = repoWaybarDir + "/config.jsonc";
force = true;
};
;
# Override HM's internally-generated waybar-style.css derivation
# and use your repo file instead.