Removed beeref cause it wasn't used - fixed up the fonts.
Some checks failed
/ Check formatting (push) Failing after 1m44s
Some checks failed
/ Check formatting (push) Failing after 1m44s
This commit is contained in:
parent
32ddbdb865
commit
95a2cb6ff5
4 changed files with 17 additions and 5 deletions
|
@ -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.
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
darktable
|
||||
obs-studio
|
||||
# pureref # not updated on nixpkgs apparently
|
||||
beeref
|
||||
# beeref # straight up doesn't work
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue