Regenerated
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
{ lib, config, pkgs, repoPath, buildUser, mutableConfigPath, ... }:
|
||||
{ lib, config, pkgs, repoPath, buildUser, mutableConfigPath, flakeRoot, ... }:
|
||||
let
|
||||
username = config.defaultUser or "henrov";
|
||||
waybarPath = "${mutableConfigPath}/waybar";
|
||||
scriptsPath = "${mutableConfigPath}/scripts";
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [ pkgs.waybar ];
|
||||
@@ -12,16 +10,9 @@ in
|
||||
{
|
||||
home.file = {
|
||||
".config/waybar/config.jsonc".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${waybarPath}/config.jsonc";
|
||||
"${flakeRoot}/generated/.config/waybar/config.jsonc";
|
||||
".config/waybar/style-dark.css".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${waybarPath}/style-dark.css";
|
||||
|
||||
# ".config/scripts/bluetooth-status.sh".source =
|
||||
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/bluetooth-status.sh";
|
||||
# ".config/scripts/hypr-workspaces.sh".source =
|
||||
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/hypr-workspaces.sh";
|
||||
# ".config/scripts/hypr-workspacesmenu.sh".source =
|
||||
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/hypr-workspacesmenu.sh";
|
||||
"${flakeRoot}/generated/.config/waybar/style-dark.css";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user