From 3fff9d218595b0f183f53209fd5bf86dbea9c28f Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Fri, 22 Dec 2023 19:52:38 -0500 Subject: [PATCH] Mitigate deprecations --- nixos.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos.nix b/nixos.nix index de7d971..6d2f20c 100644 --- a/nixos.nix +++ b/nixos.nix @@ -135,7 +135,7 @@ let systemInformation = import ./system/system-information.nix; in totem ]; fonts = { - fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [ + packages = with pkgs; with import packages/all-packages.nix nixpkgs; [ justseeds manrope google-fonts @@ -143,7 +143,7 @@ let systemInformation = import ./system/system-information.nix; in atkinson-hyperlegible ]; fontDir.enable = true; - enableDefaultFonts = true; + enableDefaultPackages = true; fontconfig.defaultFonts = { sansSerif = ["Atkinson Hyperlegible"]; monospace = ["Comic Mono:style=Normal"]; @@ -164,7 +164,7 @@ let systemInformation = import ./system/system-information.nix; in dataDir = "/home/ember"; configDir = "/home/ember/.config/syncthing"; user = "ember"; - devices = { + settings.devices = { redwood.name = "🍂 Redwood"; redwood.id = "WY2GFMX-CQ52VBK-M3Y4JJH-4FIA6F2-NGB3S2I-SJ42D45-7FT77KH-2OGO2AZ";