mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
a0cc980491
5 changed files with 12 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 MiB |
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue