renamed to home.nix

This commit is contained in:
lsoriano-mcm
2025-07-03 16:34:49 -05:00
parent 3dd4f2783e
commit f59110c87e
33 changed files with 1259 additions and 10 deletions
+14 -10
View File
@@ -1,10 +1,10 @@
{
myConfig = {
general = {
Hostname = "nixos";
Timezone = "America/Chicago";
essentials = {
# !!! replace it with your own, else system might malfunction.
Username = "kenji";
};
general = {
Terminal = {
font = "JetBrainsMono Nerd Font";
size = "12";
@@ -13,13 +13,12 @@
ls = "ls --color=auto";
};
};
Git = {
user = "";
email = "";
defaultBranch = "master";
};
};
linux = {
nixos = {
Hostname = "nixos";
Timezone = "America/Chicago";
Boot = {
mode = "grub"; # systemd or grub
};
@@ -35,6 +34,11 @@
Hyprland = {
monitors = [];
};
Git = {
user = "";
email = "";
defaultBranch = "master";
};
};
optionals = {
Builds = {