From 95a2cb6ff5ecddcf0a7893095a881238cf28fa2b Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Wed, 18 Dec 2024 11:01:22 +0200 Subject: [PATCH] Removed beeref cause it wasn't used - fixed up the fonts.  --- adyya-pkgs/adyya_pkgs.mod.nix | 2 +- art.mod.nix | 2 +- fonts.mod.nix | 6 +++--- stylix.mod.nix | 12 ++++++++++++ 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/adyya-pkgs/adyya_pkgs.mod.nix b/adyya-pkgs/adyya_pkgs.mod.nix index e2d40bc..e5af837 100644 --- a/adyya-pkgs/adyya_pkgs.mod.nix +++ b/adyya-pkgs/adyya_pkgs.mod.nix @@ -66,7 +66,7 @@ { nixpkgs.overlays = [ (final: prev: { - beeref = final.callPackage ./beeref.nix {}; # I'M GOING TO TRUNCATE *YOU*, BEEREF. + # beeref = final.callPackage ./beeref.nix {}; # I'M GOING TO TRUNCATE *YOU*, BEEREF. }) ]; } diff --git a/art.mod.nix b/art.mod.nix index 344fbb2..51dd77f 100644 --- a/art.mod.nix +++ b/art.mod.nix @@ -18,7 +18,7 @@ darktable obs-studio # pureref # not updated on nixpkgs apparently - beeref + # beeref # straight up doesn't work ]; } ) diff --git a/fonts.mod.nix b/fonts.mod.nix index 497e263..bacf0b8 100644 --- a/fonts.mod.nix +++ b/fonts.mod.nix @@ -5,9 +5,9 @@ fonts.packages = with pkgs; [ dina-font wqy_zenhei # this is so that hanzi doesn't look like pixel art - # nerd-fonts.noto - # nerd-fonts.fira-code - # nerd-fonts.ubuntu-sans + nerd-fonts.noto + nerd-fonts.fira-code + nerd-fonts.ubuntu-sans charis-sil ]; } diff --git a/stylix.mod.nix b/stylix.mod.nix index 656bc81..e3fd8e1 100644 --- a/stylix.mod.nix +++ b/stylix.mod.nix @@ -34,6 +34,18 @@ twirly-bh.url = "https://w.wallhaven.cc/full/l8/wallhaven-l8v7kq.jpg"; twirly-bh.hash = "sha256-on/wIsdUgKSgl9o/jwKu/Rk2ehK9JgDBoGji+QH5b5s="; + + game-of-destiny.url = "https://static.wikia.nocookie.net/lord-of-the-mystery/images/2/23/The_Game_of_Destiny_-_Amon.jpg/revision/latest?cb=20230106124746"; + game-of-destiny.hash = ""; + + dynasty.url = "https://w.wallhaven.cc/full/m9/wallhaven-m9mevm.jpg"; + dynasty.hash = ""; + + blue-eyes.url = "https://w.wallhaven.cc/full/5g/wallhaven-5g5613.jpg"; + blue-eyes.hash = ""; + + long.url = "https://w.wallhaven.cc/full/o3/wallhaven-o3gox7.jpg"; + long.hash = ""; }; in { personal.modules = [