Compare commits

...

2 commits

2 changed files with 5 additions and 1 deletions
hosts/home
configuration.nix
hardware-configuration

View file

@ -7,7 +7,6 @@
./users
];
################################################################################
# Programs
################################################################################
@ -33,6 +32,9 @@
hosts = "youtube.com";
fake = 1;
}
{
name = "none";
}
];
};

View file

@ -54,4 +54,6 @@
# dont shutdown when power button is short-pressed
HandlePowerKey=ignore
'';
services.libinput.mouse.naturalScrolling = true;
}