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