because apparently i need a git repo
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 190 B view raw
1{ config, lib, pkgs, ... }: 2{ 3 imports = [ ./legacy/yaoi-hardware.nix ]; 4 networking.hostName = "yaoi"; 5 # battery is fucked 6 services.fwupd.daemonSettings.DisabledPlugins = [ "upower" ]; 7}