summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta/desktop/wayland/hyprland/hyprland/executions.nix3
-rw-r--r--meta/tools/default.nix1
-rw-r--r--meta/tools/infrastructure/default.nix2
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
];