updates
This commit is contained in:
parent
d266a48b98
commit
07020f01c3
15 changed files with 321 additions and 86 deletions
9
hosts/olympus/eevee/home/default.nix
Normal file
9
hosts/olympus/eevee/home/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
dconf.settings."org/gnome/desktop/peripherals/mouse" = {
|
||||
accel-profile = "flat";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zoom-us
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue