mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
13 lines
227 B
Bash
13 lines
227 B
Bash
#!/bin/sh
|
|
#
|
|
# Firefox is the standard web browser.
|
|
#
|
|
# Note that you should install fonts before you install Firefox,
|
|
# as it requires a ttf variant.
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Firefox
|
|
|
|
set -xe
|
|
|
|
pacman -S firefox
|