Regenerated
This commit is contained in:
@@ -9,22 +9,19 @@ in
|
||||
environment.systemPackages = [ pkgs.waybar ];
|
||||
|
||||
home-manager.users.${username} = { config, lib, ... }:
|
||||
let
|
||||
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
||||
in
|
||||
{
|
||||
home.file = {
|
||||
".config/waybar/config.jsonc".source =
|
||||
link "${waybarPath}/config.jsonc";
|
||||
config.lib.file.mkOutOfStoreSymlink "${waybarPath}/config.jsonc";
|
||||
".config/waybar/style-dark.css".source =
|
||||
link "${waybarPath}/style-dark.css";
|
||||
config.lib.file.mkOutOfStoreSymlink "${waybarPath}/style-dark.css";
|
||||
|
||||
# ".config/scripts/bluetooth-status.sh".source =
|
||||
# link "${scriptsPath}/bluetooth-status.sh";
|
||||
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/bluetooth-status.sh";
|
||||
# ".config/scripts/hypr-workspaces.sh".source =
|
||||
# link "${scriptsPath}/hypr-workspaces.sh";
|
||||
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/hypr-workspaces.sh";
|
||||
# ".config/scripts/hypr-workspacesmenu.sh".source =
|
||||
# link "${scriptsPath}/hypr-workspacesmenu.sh";
|
||||
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/hypr-workspacesmenu.sh";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user