Removed darwin config; Added unstable systems to config

This commit is contained in:
Random936
2025-11-16 11:58:30 -05:00
parent ad8b141bfc
commit e0d337d56e
9 changed files with 69 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }: {
{ ... }: {
nixpkgs.config.allowUnfree = true;
fonts.fontconfig.enable = true;
@@ -7,8 +7,10 @@
home-manager.enable = true;
git = {
enable = true;
userName = "Random936";
userEmail = "randomdude936@gmail.com";
settings.user = {
name = "Random936";
email = "randomdude936@gmail.com";
};
};
};