mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-10 15:04:35 +02:00
Merge branch 'master' of git.thilo-billerbeck.com:thilobillerbeck/home-manager
This commit is contained in:
commit
e288809b98
2 changed files with 24 additions and 0 deletions
modules
|
@ -10,6 +10,16 @@ let
|
|||
}) {};
|
||||
in {
|
||||
config = {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
quickemu = prev.quickemu.overrideAttrs (old: {
|
||||
patches = (old.patches or []) ++ [
|
||||
./../patches/quickemu.patch
|
||||
];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
up
|
||||
rbenv
|
||||
|
@ -54,6 +64,7 @@ in {
|
|||
distrobox
|
||||
ddev
|
||||
act
|
||||
mkcert
|
||||
] ++ (if config.machine.isGraphical then [
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue