Regenerated
This commit is contained in:
+389
-392
File diff suppressed because it is too large
Load Diff
+5
-8
@@ -1353,22 +1353,19 @@ in
|
|||||||
environment.systemPackages = [ pkgs.waybar ];
|
environment.systemPackages = [ pkgs.waybar ];
|
||||||
|
|
||||||
home-manager.users.${username} = { config, lib, ... }:
|
home-manager.users.${username} = { config, lib, ... }:
|
||||||
let
|
|
||||||
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/waybar/config.jsonc".source =
|
".config/waybar/config.jsonc".source =
|
||||||
link "${waybarPath}/config.jsonc";
|
config.lib.file.mkOutOfStoreSymlink "${waybarPath}/config.jsonc";
|
||||||
".config/waybar/style-dark.css".source =
|
".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 =
|
# ".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 =
|
# ".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 =
|
# ".config/scripts/hypr-workspacesmenu.sh".source =
|
||||||
# link "${scriptsPath}/hypr-workspacesmenu.sh";
|
# config.lib.file.mkOutOfStoreSymlink "${scriptsPath}/hypr-workspacesmenu.sh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -9,22 +9,19 @@ in
|
|||||||
environment.systemPackages = [ pkgs.waybar ];
|
environment.systemPackages = [ pkgs.waybar ];
|
||||||
|
|
||||||
home-manager.users.${username} = { config, lib, ... }:
|
home-manager.users.${username} = { config, lib, ... }:
|
||||||
let
|
|
||||||
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/waybar/config.jsonc".source =
|
".config/waybar/config.jsonc".source =
|
||||||
link "${waybarPath}/config.jsonc";
|
config.lib.file.mkOutOfStoreSymlink "${waybarPath}/config.jsonc";
|
||||||
".config/waybar/style-dark.css".source =
|
".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 =
|
# ".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 =
|
# ".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 =
|
# ".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