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

@ -215,6 +215,7 @@
macchina
gimp
powertop
quickemu
blender
neofetch
# Dev tools
@ -262,6 +263,16 @@
});
}
)
(self: super:
{
qt5ct = super.qt5ct.overrideAttrs (old: rec {
patches = (old.patches or []) ++ [
../../qt5ct.patch
];
});
}
)
];
services.emacs = {

View file

@ -244,6 +244,7 @@
macchina
gimp
powertop
quickemu
neofetch
afetch
yafetch
@ -297,6 +298,16 @@
});
}
)
(self: super:
{
qt5ct = super.qt5ct.overrideAttrs (old: rec {
patches = (old.patches or []) ++ [
../../qt5ct.patch
];
});
}
)
];
services.emacs = {