Disable hyprland on ichigo, environment variable changes to clean up ~

This commit is contained in:
2025-06-23 12:59:22 -04:00
parent 2c31aba8c8
commit 3e98345789
5 changed files with 37 additions and 28 deletions

View File

@@ -64,6 +64,31 @@
};
};
services.mako = {
enable = true;
settings = {
actions = true;
anchor = "top-right";
background-color = "#1e1e2e";
border-color = "#cba6f7";
border-radius = 0;
default-timeout = 0;
font = "monospace 10";
height = 100;
width = 300;
icons = true;
ignore-timeout = false;
layer = "top";
margin = 10;
markup = true;
# Section example
"actionable=true" = {
anchor = "top-left";
};
};
};
services.network-manager-applet.enable = true;
wayland.windowManager.hyprland = {