feat: move to tokyo tokyo night

this isn't fully complete but it will be soon

still have river
This commit is contained in:
Artur Manuel 2024-11-28 16:23:15 +00:00
commit df2064b116
9 changed files with 86 additions and 192 deletions

View file

@ -1,7 +1,15 @@
{inputs, ...}: {
flake.overlays.default = final: prev: {
fairfax = final.callPackage ./derivations/fairfax.nix {};
nicotine-plus = final.callPackage ./derivations/nicotine-plus.nix {};
nicotine-plus = final.symlinkJoin {
name = "nicotine";
paths = [prev.nicotine-plus];
nativeBuildInputs = [prev.makeWrapper];
postBuild = ''
wrapProgram $out/bin/nicotine \
--set-default NICOTINE_LIBADWAITA 1
'';
};
rose-pine-gtk-theme = prev.rose-pine-gtk-theme.overrideAttrs (prevAttrs: {
version = "master";
src = prev.fetchFromGitHub {