nixos-dots

nixos dots
git clone git://popovic.xyz/nixos-dots.git
Log | Files | Refs

commit 4aad361c353762bbbbc7c8fc355ae5b52a8cb43c
parent 23be6feb0663fdac9681a271f62a51d0ba948036
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  4 Jan 2026 16:17:06 +0000

fix fonts

Diffstat:
Mlib/dotfiles.nix | 2+-
Mmodules/packages.nix | 3++-
Msystem/host/host-frame.nix | 3+--
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix @@ -2,6 +2,6 @@ dotfiles = builtins.fetchGit { url = "git://popovic.xyz/dots.git"; ref = "master"; - rev = "115f33302bf01129625bedaf04c33836cc863d9b"; + rev = "87e0d4f41b10d31839a9edc96d8c16262d5ee686"; }; } diff --git a/modules/packages.nix b/modules/packages.nix @@ -20,7 +20,7 @@ let }); slock = slock.overrideAttrs (old: { - src = fetchSucklessRepo "slock" "sha256-i13Aq3xQTML+UVWBTzIL2/sFbRn00GocMgH1sHKeN+Q="; + src = fetchSucklessRepo "slock" "sha256-lXGz75XeDzkyGw5AfhK8enM/oq1ZvXWtSd7gJJjYBA8="; buildInputs = old.buildInputs ++ (with xorg; [ libXinerama imlib2 libxft ]); }); @@ -36,6 +36,7 @@ with pkgs; { just htop sops + direnv ]; shell = [ diff --git a/system/host/host-frame.nix b/system/host/host-frame.nix @@ -162,9 +162,8 @@ # fonts fonts.packages = with pkgs; [ + nerd-fonts.terminess-ttf terminus_font - noto-fonts - noto-fonts-color-emoji ]; }