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

This commit is contained in:
muon 2025-08-16 18:49:23 +00:00
commit a0cc980491
5 changed files with 12 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 MiB

View file

@ -29,6 +29,7 @@ in {
pkgs.libratbag
pkgs.piper
pkgs.libpq
pkgs.qmk
];
# System
@ -99,7 +100,7 @@ in {
mode = "2560x1440";
position = "0x0";
rate = "60.00";
dpi = 96;
dpi = 72;
};
};
right = {
@ -109,7 +110,7 @@ in {
mode = "2560x1440";
position = "2560x0";
rate = "60.00";
dpi = 96;
dpi = 72;
};
};
};
@ -117,6 +118,9 @@ in {
## Mouse
services.libinput.mouse.accelProfile = "flat";
## Keyboard
hardware.keyboard.qmk.enable = true;
# Version of first install
system.stateVersion = "23.05";
}

View file

@ -27,14 +27,14 @@ in {
pulseaudio
pavucontrol
alsa-utils
qmk
qmk_hid
qmk-udev-rules
rustdesk-flutter
docker
fish
devenv
dbeaver-bin
ruff
just
]
# Non-free </3
++ [google-cloud-sdk google-cloud-sql-proxy];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 19 MiB

Before After
Before After

View file

@ -122,7 +122,10 @@
bash.enable = true;
rust.enable = true;
rust.crates.enable = true;
python.enable = true;
python.lsp.server = "pyright";
# python.lsp.package = [(lib.getExe pkgs.ruff) "server"];
python.format.type = "ruff";
clang = {