Let's try using hyprpaper
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user