move modules out

This commit is contained in:
waveringana 2025-06-04 03:02:32 -04:00
parent 6c910125f7
commit ab9955e681
10 changed files with 18 additions and 20 deletions

View file

@ -1,15 +0,0 @@
{ pkgs, config, ... }:
{
nixpkgs.config.allowUnfree = true; #because im a gigachad
# boot, networking, locale, stateVersion
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.variables.EDITOR = "vim";
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";
}