Working
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
_module.args.azos-utils = import ./utils.nix { lib = lib; };
|
||||
|
||||
imports = [
|
||||
./base
|
||||
./suites
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
@@ -25,7 +27,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
azos.gpgagent.enable = true;
|
||||
azos.suites.base.enable = true;
|
||||
azos.name = "Aner Zakobar";
|
||||
|
||||
# TODO: Set your username
|
||||
@@ -36,7 +38,6 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# steam
|
||||
emacs
|
||||
pandoc
|
||||
offlineimap #emailing
|
||||
liberation_ttf #fonts
|
||||
|
||||
Reference in New Issue
Block a user