diff options
| author | Fuwn <[email protected]> | 2024-06-26 07:18:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-26 07:18:10 -0700 |
| commit | 745f5e9bce7805a557452977b724728ce8981138 (patch) | |
| tree | b1bc469237bec2f0b48af61b0c4f57b553565bff | |
| parent | update (diff) | |
| download | home-manager-config-745f5e9bce7805a557452977b724728ce8981138.tar.xz home-manager-config-745f5e9bce7805a557452977b724728ce8981138.zip | |
hi
| -rw-r--r-- | meta/desktop/wayland/hyprland/hyprland/executions.nix | 3 | ||||
| -rw-r--r-- | meta/tools/default.nix | 1 | ||||
| -rw-r--r-- | meta/tools/infrastructure/default.nix | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/desktop/wayland/hyprland/hyprland/executions.nix b/meta/desktop/wayland/hyprland/hyprland/executions.nix index 86a944a..2ff364f 100644 --- a/meta/desktop/wayland/hyprland/hyprland/executions.nix +++ b/meta/desktop/wayland/hyprland/hyprland/executions.nix @@ -8,7 +8,8 @@ "${pkgs.pyprland}/bin/pypr" "hyprpm reload" "swaddle" - "${pkgs.waybar}/bin/waybar" + # "${pkgs.waybar}/bin/waybar" + "waybar" "hyprctl setcursor Bibata-Modern-Ice 18" # Fcitx5 diff --git a/meta/tools/default.nix b/meta/tools/default.nix index 48bdbba..0fa7981 100644 --- a/meta/tools/default.nix +++ b/meta/tools/default.nix @@ -1,6 +1,7 @@ _: { imports = [ ./http + ./infrastructure ./languages ./nix ./tcp diff --git a/meta/tools/infrastructure/default.nix b/meta/tools/infrastructure/default.nix index 075d6d4..756050f 100644 --- a/meta/tools/infrastructure/default.nix +++ b/meta/tools/infrastructure/default.nix @@ -1,5 +1,5 @@ _: { - import = [ + imports = [ ./docker ./fly ]; |