updated stuff

This commit is contained in:
2021-05-22 11:35:23 +05:30
parent dadc9192ff
commit 5364156d58
9 changed files with 66 additions and 13 deletions

View File

@@ -6,7 +6,18 @@ in
imports = [
./stuff/programs/nvim.nix
./stuff/programs/emacs.nix
./stuff/secret.nix
];
/* age = {
sshKeyPaths = [ "${home}/.ssh/id_ed25519" ];
secrets = {
zshrc = {
file = ./secrets/.zshrc.age;
path = "${home}/.zshrc";
mode = "660";
};
};
};*/
home = {
packages = with pkgs; [
pamixer