Packages build!

This commit is contained in:
2024-09-07 00:24:08 +03:00
parent 4d29cc73b2
commit f8a16189f0
30 changed files with 1584 additions and 446 deletions
+5 -5
View File
@@ -8,10 +8,9 @@
pkgs,
...
}: {
_module.args.azos-utils = import ./utils.nix { lib = lib; };
imports = [
./suites
outputs.homeManagerModules
];
nixpkgs = {
@@ -27,7 +26,11 @@
};
};
programs.home-manager.enable = true;
azos.suites.base.enable = true;
# azos.suites.editor.enable = true;
# azos.suites.dev.enable = true;
azos.name = "Aner Zakobar";
# TODO: Set your username
@@ -44,9 +47,6 @@
graphviz #graphing
];
programs.home-manager.enable = true;
programs.git.enable = true;
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";