Use rofi instead of dmenu

This commit is contained in:
Oliver Davies 2024-02-20 01:06:04 +00:00
parent eb9aadc004
commit c35a1a17aa
3 changed files with 7 additions and 1 deletions

View file

@ -38,4 +38,6 @@
};
programs.feh.enable = true;
programs.rofi.enable = true;
}