add icons, didnt do anything lmao

This commit is contained in:
2025-11-12 21:47:12 -06:00
parent d73a561b9d
commit c02f2853c1
3 changed files with 24 additions and 4 deletions

View File

@@ -19,12 +19,31 @@ in {
notify = true; notify = true;
tray = "auto"; tray = "auto";
settings = { settings = {
rules = [ program_options = {
};
device_config = [
{ {
id_uuid = ["4E21-0000" "9EA2-A886"]; id_uuid = ["4E21-0000" "9EA2-A886"];
automount = true; automount = true;
}
{
id_type = "ntfs";
skip = "true";
} }
]; ];
icon_names = {
media = ["drive-removable-media" "media-optical"];
browse = ["document-open" "folder-open"];
terminal = ["terminal"];
mount = ["udiskie-mount"];
unmount = ["udiskie-unmount"];
unlock = ["udiskie-unlock"];
lock = ["udiskie-lock"];
eject = ["udiskie-eject" "media-eject"];
detach = ["udiskie-detach"];
delete = ["udiskie-eject"];
quit = ["application-exit"];
};
}; };
}; };

View File

@@ -42,6 +42,7 @@ in {
exec-once = [ exec-once = [
"hyprctl setcursor ${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}" "hyprctl setcursor ${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}"
"waybar"
]; ];
# --- input --- # --- input ---

View File

@@ -17,7 +17,7 @@ in {
programs.${program} = { programs.${program} = {
enable = true; enable = true;
systemd = { systemd = {
enable = true; enable = false;
target = "graphical-session.target"; target = "graphical-session.target";
}; };