mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +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.libratbag
|
||||||
pkgs.piper
|
pkgs.piper
|
||||||
pkgs.libpq
|
pkgs.libpq
|
||||||
|
pkgs.qmk
|
||||||
];
|
];
|
||||||
|
|
||||||
# System
|
# System
|
||||||
|
|
@ -99,7 +100,7 @@ in {
|
||||||
mode = "2560x1440";
|
mode = "2560x1440";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
rate = "60.00";
|
rate = "60.00";
|
||||||
dpi = 96;
|
dpi = 72;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
right = {
|
right = {
|
||||||
|
|
@ -109,7 +110,7 @@ in {
|
||||||
mode = "2560x1440";
|
mode = "2560x1440";
|
||||||
position = "2560x0";
|
position = "2560x0";
|
||||||
rate = "60.00";
|
rate = "60.00";
|
||||||
dpi = 96;
|
dpi = 72;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -117,6 +118,9 @@ in {
|
||||||
## Mouse
|
## Mouse
|
||||||
services.libinput.mouse.accelProfile = "flat";
|
services.libinput.mouse.accelProfile = "flat";
|
||||||
|
|
||||||
|
## Keyboard
|
||||||
|
hardware.keyboard.qmk.enable = true;
|
||||||
|
|
||||||
# Version of first install
|
# Version of first install
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,14 @@ in {
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
alsa-utils
|
alsa-utils
|
||||||
qmk
|
rustdesk-flutter
|
||||||
qmk_hid
|
|
||||||
qmk-udev-rules
|
|
||||||
|
|
||||||
docker
|
docker
|
||||||
fish
|
fish
|
||||||
devenv
|
devenv
|
||||||
dbeaver-bin
|
dbeaver-bin
|
||||||
|
ruff
|
||||||
|
just
|
||||||
]
|
]
|
||||||
# Non-free </3
|
# Non-free </3
|
||||||
++ [google-cloud-sdk google-cloud-sql-proxy];
|
++ [google-cloud-sdk google-cloud-sql-proxy];
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 19 MiB |
|
|
@ -122,7 +122,10 @@
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
rust.crates.enable = true;
|
rust.crates.enable = true;
|
||||||
|
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
|
python.lsp.server = "pyright";
|
||||||
|
# python.lsp.package = [(lib.getExe pkgs.ruff) "server"];
|
||||||
python.format.type = "ruff";
|
python.format.type = "ruff";
|
||||||
|
|
||||||
clang = {
|
clang = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue