infrastructure/hosts/olympus/eevee/home/default.nix
Vivian 1d97651cc8
Some checks failed
Lint / lint (push) Failing after 3h11m13s
updates
2024-08-19 18:21:56 +02:00

9 lines
160 B
Nix

{ pkgs, ... }: {
dconf.settings."org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
};
home.packages = with pkgs; [
zoom-us
];
}