diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-10 18:36:35 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-10 18:36:35 +0100 |
commit | 1f80d53bf43162fde542a8d8c04552fba3a7593e (patch) | |
tree | e05a9cd56912f555255bf08e986e2fcf7fc62009 | |
parent | Hosts: Disable firefox pocket extension (diff) | |
download | nixos-config-1f80d53bf43162fde542a8d8c04552fba3a7593e.tar.gz nixos-config-1f80d53bf43162fde542a8d8c04552fba3a7593e.tar.bz2 nixos-config-1f80d53bf43162fde542a8d8c04552fba3a7593e.zip |
Hosts: Add 'open' alias
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 1d32d8a..15fdc40 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -300,6 +300,7 @@ vim = "nvim"; q = "exit"; c = "clear"; + open = "xdg-open"; "," = ", --database '/etc/nix-index'"; extract = '' () { |