diff options
-rw-r--r-- | dotfiles.nix | 1 | ||||
-rw-r--r-- | dotfiles/rofi.conf | 3 | ||||
-rw-r--r-- | packages.nix | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles.nix b/dotfiles.nix index 203341c8edc6..2e952207d47d 100644 --- a/dotfiles.nix +++ b/dotfiles.nix @@ -22,7 +22,6 @@ in { environment.etc = { "alacritty.yml".source = "${dotfiles}/alacritty.yml"; "fish/config.fish".source = "${dotfiles}/config.fish"; - "rofi.conf".source = "${dotfiles}/rofi.conf"; "tmux.conf".source = "${dotfiles}/tmux.conf"; }; } diff --git a/dotfiles/rofi.conf b/dotfiles/rofi.conf deleted file mode 100644 index 6663d67f4d5a..000000000000 --- a/dotfiles/rofi.conf +++ /dev/null @@ -1,3 +0,0 @@ -rofi.matching: fuzzy -rofi.levenshtein-sort: true -#include "/usr/share/rofi/themes//DarkBlue.theme" diff --git a/packages.nix b/packages.nix index 8075182fd30a..50c3adb369b6 100644 --- a/packages.nix +++ b/packages.nix @@ -51,8 +51,6 @@ in { pkgconfig qjackctl ripgrep - rofi - rofi-pass rustracer sbcl spotify |