feat: clean up files, add programming symlink
This commit is contained in:
parent
f479cf4424
commit
544a1007b1
2 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
||||||
# org.gradle.console=verbose
|
# org.gradle.console=verbose
|
||||||
# org.gradle.daemon.idletimeout=3600000
|
# org.gradle.daemon.idletimeout=3600000
|
||||||
# '';
|
# '';
|
||||||
"ykcs/ykcs11.so".source = "${pkgs.yubico-piv-tool}/lib/libykcs11.so";
|
"programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Home Manager can also manage your environment variables through
|
# Home Manager can also manage your environment variables through
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,9 @@ in
|
||||||
pkgs.pinentry-qt
|
pkgs.pinentry-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.file = {
|
||||||
|
"ykcs/ykcs11.so".source = "${pkgs.yubico-piv-tool}/lib/libykcs11.so";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue