tweaking some settings

This commit is contained in:
Chris Cochrun 2022-05-27 09:45:15 -05:00
parent cf69aee709
commit 5c5b3dcf60
8 changed files with 263 additions and 14 deletions

View file

@ -245,6 +245,7 @@ pfetch
macchina
gimp
powertop
quickemu
#+end_src
Here are some dev tools that I often have on a few devices.
@ -302,6 +303,16 @@ For some reason the emacs overlay has a specific sha256. So I'll create it in ea
});
}
)
(self: super:
{
qt5ct = super.qt5ct.overrideAttrs (old: rec {
patches = (old.patches or []) ++ [
../../qt5ct.patch
];
});
}
)
#+end_src
*** Emacs