switch to rofi

This commit is contained in:
Leonardo Eugênio 2022-08-12 23:35:42 -03:00
parent 0b04d298ac
commit f7d596a488
6 changed files with 95 additions and 19 deletions

View file

@ -18,6 +18,7 @@ in {
./git.nix
./qutebrowser
./gpg.nix
./rofi.nix
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
@ -284,9 +285,7 @@ in {
"--preview '${pkgs.bat}/bin/bat --style=numbers --color=always {}'";
in "${preview_opts} ${color_opts}";
};
programs.bash = {
enable = true;
};
programs.bash = { enable = true; };
programs.firefox = {
enable = true;
package = pkgs.firefox;