tweaking some settings
This commit is contained in:
parent
cf69aee709
commit
5c5b3dcf60
8 changed files with 263 additions and 14 deletions
11
README.org
11
README.org
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue