feat: move to tokyo tokyo night
this isn't fully complete but it will be soon still have river
This commit is contained in:
parent
b164cad6e2
commit
df2064b116
9 changed files with 86 additions and 192 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue