diff --git a/host/rune/hardware.nix b/host/rune/hardware.nix index a9995eb..96e7797 100644 --- a/host/rune/hardware.nix +++ b/host/rune/hardware.nix @@ -53,11 +53,14 @@ ]; }; - # "/home/toph/git" = { - # fsType = "none"; - # device = "/pool/git"; - # options = ["bind" "nofail"]; - # }; + "/home/toph/git" = { + fsType = "none"; + device = "/pool/git"; + options = [ + "bind" + "nofail" + ]; + }; }; swapDevices = [ { device = "/dev/disk/by-uuid/81b6fa27-af94-41d4-9070-8754087a4c26"; } ]; diff --git a/host/rune/modules/gnome/default.nix b/host/rune/modules/gnome/default.nix index 9a86e1e..ee6f9c9 100644 --- a/host/rune/modules/gnome/default.nix +++ b/host/rune/modules/gnome/default.nix @@ -32,7 +32,7 @@ epiphany # web browser evince # document viewer gedit # text editor - gnome-help + yelp gnome-maps gnome-music gnome-photos