From f44a1a31f67a56d60abb531c4e49ea3d89591fe4 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 25 Aug 2024 10:00:39 -0400 Subject: [PATCH] thelio76: install fonts --- config/users/alex/default.nix | 2 ++ flake.lock | 10 +++++----- flake.nix | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/users/alex/default.nix b/config/users/alex/default.nix index 4b61015..7276526 100644 --- a/config/users/alex/default.nix +++ b/config/users/alex/default.nix @@ -24,6 +24,8 @@ atau-pkgs.nineicons-redux atau-pkgs.theme-platinum9 atau-pkgs.gtk-theme-mac-os-9 + atau-pkgs.lunchtype-ttf + atau-pkgs.space-grotesk themechanger aseprite diff --git a/flake.lock b/flake.lock index 8b2e633..6c6ec54 100644 --- a/flake.lock +++ b/flake.lock @@ -7,17 +7,17 @@ ] }, "locked": { - "lastModified": 1722548406, - "narHash": "sha256-E4aw+cCGEvFUcB9F55lUyZnclSE2L+ENCTOzmeQPQxI=", + "lastModified": 1723838790, + "narHash": "sha256-QqB4uvQRLO9oha12o7w25c0Wx8SHto9Qaz1/8wbPIbc=", "ref": "main", - "rev": "36c303d6a273cba06d68964c98aee0eb79928b2b", - "revCount": 15, + "rev": "751d0b3fd668981d3e69cf8f907a859659122074", + "revCount": 16, "type": "git", "url": "https://git.atauno.com/atau/atau-nixpkgs" }, "original": { "ref": "main", - "rev": "36c303d6a273cba06d68964c98aee0eb79928b2b", + "rev": "751d0b3fd668981d3e69cf8f907a859659122074", "type": "git", "url": "https://git.atauno.com/atau/atau-nixpkgs" } diff --git a/flake.nix b/flake.nix index d2bf9ef..abe68ab 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ }; atau-nixpkgs = { - url = "git+https://git.atauno.com/atau/atau-nixpkgs?ref=main&rev=36c303d6a273cba06d68964c98aee0eb79928b2b"; + url = "git+https://git.atauno.com/atau/atau-nixpkgs?ref=main&rev=751d0b3fd668981d3e69cf8f907a859659122074"; inputs.nixpkgs.follows = "nixpkgs"; }; };