1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: bye brave, hello firefox

This commit is contained in:
2023-01-06 09:08:42 +01:00
parent fec8479e90
commit abb0be6a17
2 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
pkgs: rec {
terminal = "alacritty";
browser = "${pkgs.brave}/bin/brave";
browser = "${pkgs.firefox}/bin/firefox";
fileManager = "${terminal} -e ${pkgs.ranger}/bin/ranger";
}