added patches for suckless stuff

This commit is contained in:
2021-05-21 13:45:08 +05:30
parent 63262b85ff
commit dadc9192ff
8 changed files with 1184 additions and 264 deletions

View File

@@ -19,15 +19,21 @@ in
age = {
sshKeyPaths = [ "${home}/.ssh/id_ed25519" ];
secrets = {
fish_variables = {
/* fish_variables = {
file = ./secrets/fish_variables.age;
path = "${home}/.config/fish/fish_variables";
mode = "660";
};
};
*/
mpdasrc = {
file = ./secrets/mpdasrc.age;
path = "${home}/.config/mpdasrc";
};
zshrc = {
file = ./secrets/.zshrc.age;
path = "${home}/.zshrc";
mode = "660";
};
};
};
home = {