mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
c6092ffb4a
2 changed files with 7 additions and 0 deletions
|
|
@ -36,8 +36,14 @@ in {
|
||||||
pkgs.libpq
|
pkgs.libpq
|
||||||
pkgs.qmk
|
pkgs.qmk
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
|
pkgs.wireguard-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.binfmt = {
|
||||||
|
emulatedSystems = ["aarch64-linux"];
|
||||||
|
preferStaticEmulators = true; # Make it work with Docker
|
||||||
|
};
|
||||||
|
|
||||||
# System
|
# System
|
||||||
mods.user.name = "muon";
|
mods.user.name = "muon";
|
||||||
networking.hostName = "murk";
|
networking.hostName = "murk";
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ in {
|
||||||
go
|
go
|
||||||
rainfrog
|
rainfrog
|
||||||
tealdeer
|
tealdeer
|
||||||
|
gh
|
||||||
(callPackage ./packages/mender-cli.nix {})
|
(callPackage ./packages/mender-cli.nix {})
|
||||||
]
|
]
|
||||||
# Non-free </3
|
# Non-free </3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue