diff options
Diffstat (limited to 'modules/home.legacy/conf/rofi/default.nix')
-rw-r--r-- | modules/home.legacy/conf/rofi/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/rofi/default.nix b/modules/home.legacy/conf/rofi/default.nix new file mode 100644 index 00000000..10363ab5 --- /dev/null +++ b/modules/home.legacy/conf/rofi/default.nix @@ -0,0 +1,10 @@ +{pkgs, ...}: { + programs.rofi = { + enable = true; + package = pkgs.rofi-wayland; + terminal = "${pkgs.alacritty}/bin/alacritty"; + # show-icons = true; + # location = "center"; + theme = ./nord-twoLines.rasi; + }; +} |