From 2750e8e24e2abb51264c14e8cdce10ba764d465d Mon Sep 17 00:00:00 2001 From: Bun Date: Fri, 18 Apr 2025 04:04:57 -0400 Subject: [PATCH] Slightly acomodate unstable --- hosts/intuos/filesystems/default.nix | 18 +++++++++--------- modules/home/settings/fonts/default.nix | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) 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