mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Compare commits
3 commits
7722a877e6
...
2a8dd740a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a8dd740a3 | |||
| 8f712e3ef7 | |||
| 4f9bc4f02d |
2 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ in {
|
|||
go
|
||||
rainfrog
|
||||
tealdeer
|
||||
gh
|
||||
(callPackage ./packages/mender-cli.nix {})
|
||||
]
|
||||
# Non-free </3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue