Merge branch 'main' of codeberg.org:muon/home

This commit is contained in:
muon 2025-10-26 09:14:55 +00:00
commit c6092ffb4a
2 changed files with 7 additions and 0 deletions

View file

@ -36,8 +36,14 @@ in {
pkgs.libpq
pkgs.qmk
pkgs.jq
pkgs.wireguard-tools
];
boot.binfmt = {
emulatedSystems = ["aarch64-linux"];
preferStaticEmulators = true; # Make it work with Docker
};
# System
mods.user.name = "muon";
networking.hostName = "murk";

View file

@ -40,6 +40,7 @@ in {
go
rainfrog
tealdeer
gh
(callPackage ./packages/mender-cli.nix {})
]
# Non-free </3