tangled
alpha
login
or
join now
matthew-hre.com
/
flake
0
fork
atom
My NixOS configuration (mirror)
0
fork
atom
overview
issues
pulls
pipelines
minor tweaks
matthew-hre.com
5 months ago
c35703b3
8063878c
+9
2 changed files
expand all
collapse all
unified
split
home
wayland
default.nix
hosts
thwomp
configuration.nix
+6
home/wayland/default.nix
···
33
33
34
34
nmgui
35
35
];
36
36
+
37
37
+
services.wlsunset = {
38
38
+
enable = true;
39
39
+
latitude = 51;
40
40
+
longitude = -114;
41
41
+
};
36
42
}
+3
hosts/thwomp/configuration.nix
···
64
64
65
65
systemd.services.NetworkManager-wait-online.enable = false;
66
66
67
67
+
hardware.enableAllFirmware = true;
68
68
+
boot.kernelPackages = pkgs.linuxPackages_latest;
69
69
+
67
70
boot.kernelPatches = [
68
71
{
69
72
name = "btusb-patch";