removed hyprpanel for ashell

This commit is contained in:
2025-07-07 18:14:11 -05:00
parent 6ef4ac360f
commit 09a1c47335
2275 changed files with 31 additions and 78285 deletions

View File

@@ -0,0 +1,29 @@
{pkgs, ...}:
{
programs.ashell = {
enable = true;
settings = {
modules = {
left = [
"Workspaces"
];
center = [
"MediaPlayer"
];
right = [
"SystemInfo"
[
"Clock"
"Privacy"
"Settings"
]
];
};
workspaces = {
visibilityMode = "MonitorSpecific";
};
};
};
}