mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Compare commits
No commits in common. "0e00821e0e94007c274b107046c9131a006ea29d" and "c6b342526194cdfe2c28661db62348b85acc11a1" have entirely different histories.
0e00821e0e
...
c6b3425261
4 changed files with 5 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ in {
|
|||
pkgs.qmk
|
||||
pkgs.jq
|
||||
pkgs.wireguard-tools
|
||||
pkgs.opencode
|
||||
];
|
||||
|
||||
boot.binfmt = {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ in {
|
|||
pkgs.qmk
|
||||
pkgs.jq
|
||||
pkgs.wireguard-tools
|
||||
pkgs.opencode
|
||||
];
|
||||
|
||||
boot.binfmt = {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ in {
|
|||
mods.desktop.productivity.enable = false;
|
||||
mods.zen.enable = true;
|
||||
mods.octo.enable = true;
|
||||
mods.opencode.enable = true;
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
|
@ -45,7 +44,7 @@ in {
|
|||
go
|
||||
rainfrog
|
||||
tealdeer
|
||||
# (callPackage ./packages/mender-cli.nix {})
|
||||
(callPackage ./packages/mender-cli.nix {})
|
||||
]
|
||||
# Non-free </3
|
||||
++ [google-cloud-sdk google-cloud-sql-proxy];
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ in {
|
|||
pulseaudio
|
||||
pavucontrol
|
||||
alsa-utils
|
||||
|
||||
opencode
|
||||
];
|
||||
|
||||
# Hardware preferences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue