diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-12-24T17·08+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-12-24T17·08+0100 |
commit | 50785da62dcd858523a68dc50a7fd6df7fce08c5 (patch) | |
tree | 9267074af8ff17c9209554371ee70092cec324e9 /dotfiles.nix | |
parent | bd10830d84c188ebdb1d2fdbe817364c857adba2 (diff) |
chore(dotfiles/pkgs): Remove rofi and configuration
No longer need this with EXWM, where Helm replaces all these features.
Diffstat (limited to 'dotfiles.nix')
-rw-r--r-- | dotfiles.nix | 1 |
1 files changed, 0 insertions, 1 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"; }; } |