diff options
Diffstat (limited to 'hm/soispha/conf/rofi/default.nix')
-rw-r--r-- | hm/soispha/conf/rofi/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/soispha/conf/rofi/default.nix b/hm/soispha/conf/rofi/default.nix index 2e0073af..10363ab5 100644 --- a/hm/soispha/conf/rofi/default.nix +++ b/hm/soispha/conf/rofi/default.nix @@ -3,6 +3,8 @@ enable = true; package = pkgs.rofi-wayland; terminal = "${pkgs.alacritty}/bin/alacritty"; - theme = ./rounded-gray-dark.rasi; + # show-icons = true; + # location = "center"; + theme = ./nord-twoLines.rasi; }; } |