mirror of
https://codeberg.org/muon/home.git
synced 2026-07-04 07:59:33 +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.qmk
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
pkgs.wireguard-tools
|
pkgs.wireguard-tools
|
||||||
|
pkgs.opencode
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.binfmt = {
|
boot.binfmt = {
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@ in {
|
||||||
pkgs.qmk
|
pkgs.qmk
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
pkgs.wireguard-tools
|
pkgs.wireguard-tools
|
||||||
|
pkgs.opencode
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.binfmt = {
|
boot.binfmt = {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ in {
|
||||||
mods.desktop.productivity.enable = false;
|
mods.desktop.productivity.enable = false;
|
||||||
mods.zen.enable = true;
|
mods.zen.enable = true;
|
||||||
mods.octo.enable = true;
|
mods.octo.enable = true;
|
||||||
mods.opencode.enable = true;
|
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
|
@ -45,7 +44,7 @@ in {
|
||||||
go
|
go
|
||||||
rainfrog
|
rainfrog
|
||||||
tealdeer
|
tealdeer
|
||||||
# (callPackage ./packages/mender-cli.nix {})
|
(callPackage ./packages/mender-cli.nix {})
|
||||||
]
|
]
|
||||||
# Non-free </3
|
# Non-free </3
|
||||||
++ [google-cloud-sdk google-cloud-sql-proxy];
|
++ [google-cloud-sdk google-cloud-sql-proxy];
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,8 @@ in {
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
|
||||||
|
opencode
|
||||||
];
|
];
|
||||||
|
|
||||||
# Hardware preferences
|
# Hardware preferences
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue