renamed to home.nix
This commit is contained in:
+14
-10
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user