diff --git a/hosts/intuos/filesystems/default.nix b/hosts/intuos/filesystems/default.nix index bd6b0686..e17b5eec 100644 --- a/hosts/intuos/filesystems/default.nix +++ b/hosts/intuos/filesystems/default.nix @@ -18,15 +18,15 @@ "soft" "x-systemd.automount" ]; - "/home/${config.sysusers.main}/Network/Prophet" = { - device = "mx.nixfox.ca:/storage"; - fsType = "nfs4"; - options = [ - "noauto" - "soft" - "x-systemd.automount" - ]; - }; + }; + "/home/${config.sysusers.main}/Network/Prophet" = { + device = "mx.nixfox.ca:/storage"; + fsType = "nfs4"; + options = [ + "noauto" + "soft" + "x-systemd.automount" + ]; }; }; } diff --git a/modules/home/settings/fonts/default.nix b/modules/home/settings/fonts/default.nix index 89ae32e5..8f52ecaa 100644 --- a/modules/home/settings/fonts/default.nix +++ b/modules/home/settings/fonts/default.nix @@ -1,7 +1,7 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgsStable, ... }: { config = lib.mkIf config.home.desktop.enable { - home.packages = with pkgs; [ + home.packages = with pkgsStable; [ liberation_ttf twitter-color-emoji noto-fonts