switch to rofi
This commit is contained in:
parent
0b04d298ac
commit
f7d596a488
6 changed files with 95 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue