From d380110543f56ce5e3a46d2e6e2789ea538117b1 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 8 Jun 2025 17:38:32 +0200 Subject: [PATCH] sisko: Update to nixos 25.05 --- hosts/sisko/desktop.nix | 14 +++++--------- hosts/sisko/home.nix | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/hosts/sisko/desktop.nix b/hosts/sisko/desktop.nix index ace17d7..0048627 100644 --- a/hosts/sisko/desktop.nix +++ b/hosts/sisko/desktop.nix @@ -29,17 +29,13 @@ fonts = { fontDir.enable = true; packages = with pkgs; [ - noto-fonts - noto-fonts-emoji - noto-fonts-cjk-sans - font-awesome fira-code + font-awesome hack-font - (nerdfonts.override { - fonts = [ - "Hack" - ]; - }) + nerd-fonts.hack + noto-fonts + noto-fonts-cjk-sans + noto-fonts-emoji ]; }; diff --git a/hosts/sisko/home.nix b/hosts/sisko/home.nix index 92da5d2..c40a2a8 100644 --- a/hosts/sisko/home.nix +++ b/hosts/sisko/home.nix @@ -33,7 +33,7 @@ exiftool ghidra - pwndbg-gdb-alias + # pwndbg-gdb-alias # Broken in 25.05 snicat # Window Manager Extras