diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 10:26:13 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 10:26:13 +0100 |
| commit | 286470ab284e6cf0ef2279fbee174db1706ccbef (patch) | |
| tree | 62c356cb85d8e0b4fcf958c5e1969a2f266bd7db /modules/home/i3wm/original/rofi.nix | |
| parent | 6220c00e4ad10ba16f9a0b0f500ec9d3aa2f1900 (diff) | |
moved everything to their own modules
Diffstat (limited to 'modules/home/i3wm/original/rofi.nix')
| -rw-r--r-- | modules/home/i3wm/original/rofi.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/home/i3wm/original/rofi.nix b/modules/home/i3wm/original/rofi.nix new file mode 100644 index 0000000..9332efd --- /dev/null +++ b/modules/home/i3wm/original/rofi.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: + +{ + programs.rofi = { + enable = true; + location = "center"; + cycle = true; + theme = "purple"; + terminal = "${pkgs.kitty}/bin/kitty"; + modes = [ "drun" "ssh" "emoji" "calc" ]; + plugins = with pkgs; [ rofi-emoji rofi-calc ]; + }; +}
\ No newline at end of file |
