remove unused options

This commit is contained in:
veneficium 2025-12-21 14:52:31 +01:00
parent e113bfa1c7
commit 0f55e2daf0

View file

@ -92,28 +92,12 @@
};
};
#enable wayland for electron programs
environment.sessionVariables.NIXOS_OZONE_WL = "1";
#todo look further into networking options
#could be pretty interesting
networking.hostName = "fedfer-main-laptop-nixos";
networking.networkmanager.enable = true;
#todo need to move this to modules
services = {
libinput = {
enable = true;
touchpad = {
tapping = true;
};
};
};
#remove various bloat
services.xserver.excludePackages = with pkgs; [ xterm ];
hardware = {
bluetooth = {
enable = true;
@ -121,9 +105,6 @@
};
};
#todo modularize!
programs.xwayland.enable = true;
environment.systemPackages = with pkgs; [
nano
lshw