Commit Graph

18 Commits

Author SHA1 Message Date
2297fb41e3 treewide: Drop usage of inherit (pkgs)
Having to change the package list in two places was a bit redundant. We
can also use `with` patterns now since nixd warns if there are escaping
variables being used.

Note that variables used in multiple places are kept to make it easier
to recognize that those variables must be changed together. Also note
that inherit (pkgs) inside of mkMerge are currently kept to reduce the
diff.
2024-08-07 16:40:58 -04:00
14f65a9633 home: Format with nixfmt-rfc-style 2024-08-03 14:22:47 -04:00
d963032159 treewide(stylix): Use withHashtag where possible 2024-08-03 13:28:03 -04:00
2eca315010 rofi: Make launcher possible to exit with middle click
Now opening an application is no longer necessary if you only have
access to a mouse.
2024-07-23 17:49:42 -04:00
8b8176cf88 rofi: Enable hover-select
Supposedly necessary since a recent update broke mouse scrolling among
other things.
2024-04-07 10:21:13 -04:00
942785cf5b chore(nix): Clean up rofi module 2024-04-03 05:52:10 -04:00
b1dabb9d1b rofi: Disable history
Makes icon locations more predictable.
2024-01-27 23:57:55 -05:00
eb6189e51c meta: Reference original sources for non-trivial code 2023-08-31 19:08:14 -04:00
80797d3b0d rofi: Increase icon size and number of columns 2023-08-28 23:46:20 -04:00
35f67d03ff meta: Replace rofi overlay with nixpkgs version
The overlay isn't needed anymore since rofi-wayland was updated in
nixpkgs.
2023-08-28 15:37:56 -04:00
e941e20acf Revert "meta: Remove rofi"
Currently rofi seems like the most feature complete launcher that gets
the job done. I'd rather use it than code a custom solution at the
moment.
2023-08-27 19:12:39 -04:00
85f741c920 meta: Remove rofi
Although rofi was cute, ironbar may suit my needs better since I don't
actually need a launcher that shows all desktop files. This makes things
simpler and makes the launcher (ironbar) easier to extend upon since
it's written in Rust.
2023-07-06 22:54:40 -04:00
71515560d8 rofi: Increase selected opacity 2023-06-26 11:39:53 -04:00
e0f3503069 rofi: Use colors from stylix 2023-06-25 13:23:19 -04:00
4d01415a20 rofi: Remove unused variables 2023-06-25 12:39:52 -04:00
7316153e37 chore: Formatting 2023-06-22 11:30:32 -04:00
0cd00a7734 chore: Formatting 2023-06-21 03:09:22 -04:00
877ce570bf meta: Move home modules up one directory
This is possible since each home-manager module is now its own
self-contained nix file.
2023-06-16 12:13:26 -04:00