omarchy-nix: resoulte

This commit is contained in:
kenji
2025-12-12 11:11:39 -06:00
parent ced387584e
commit c148be1a99
6 changed files with 558 additions and 9 deletions
+6
View File
@@ -5,6 +5,7 @@
...
}: {
imports = [
../../modules/default/boot.nix
./hardware-configuration.nix
];
@@ -34,6 +35,11 @@
};
};
omarchy = {
full_name = "${myConfig.essentials.Username}"; # Or variable
email_address = "${myConfig.nixos.Git.email}";
};
home-manager = {
backupFileExtension = "backup";
useGlobalPkgs = true;