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;
tray = "auto";
settings = {
rules = [
program_options = {
};
device_config = [
{
id_uuid = ["4E21-0000" "9EA2-A886"];
automount = true;
id_uuid = ["4E21-0000" "9EA2-A886"];
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 = [
"hyprctl setcursor ${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}"
"waybar"
];
# --- input ---

View File

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