move eevee

This commit is contained in:
Vivian 2023-05-09 16:42:10 +02:00
parent 38997a9920
commit 68628f4929
9 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1,13 @@
_: {
programs.home-manager.enable = true;
home.username = "victor";
home.homeDirectory = "/home/victor";
home.stateVersion = "23.05";
imports = [ ../../../../common/desktop/home.nix ];
dconf.settings."org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
};
}