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