From 770c0cfc08bd73ada6e7754473d69fe9e2d17dc2 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 8 Jun 2026 13:08:37 +0200 Subject: rewrite config in nix --- nixos/config/rofi/config.rasi | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 nixos/config/rofi/config.rasi (limited to 'nixos/config/rofi/config.rasi') diff --git a/nixos/config/rofi/config.rasi b/nixos/config/rofi/config.rasi deleted file mode 100644 index 03a46e6..0000000 --- a/nixos/config/rofi/config.rasi +++ /dev/null @@ -1,27 +0,0 @@ -@theme "tokyonight.rasi" - -configuration { - modes: "window,drun,run,ssh"; - font: "monospace 18"; - show-icons: true; - terminal: "alacritty"; - ssh-client: "ssh"; - disable-history: true; - sort: true; - sorting-method: "normal"; - case-sensitive: false; - case-smart: false; - cycle: true; - sidebar-mode: false; - hover-select: true; - - timeout { - action: "kb-cancel"; - delay: 0; - } - - filebrowser { - directories-first: true; - sorting-method: "name"; - } -} -- cgit v1.2.3