remove unused options
This commit is contained in:
parent
e113bfa1c7
commit
0f55e2daf0
1 changed files with 0 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue