95 current 2024-04-27 17:25:59 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-27 17:26:08 -04:00
parent 4f069b3e2c
commit e59a29bba0
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
2 changed files with 5 additions and 0 deletions

View file

@ -152,6 +152,10 @@ jdk19
#
# /etc/profiles/per-user/meyer/etc/profile.d/hm-session-vars.sh
#
home.shellAliases = {
paste = "xsel -ob";
copt = "xsel -ib";
};
home.sessionPath = [
"$HOME/.local/bin"
];

View file

@ -1,4 +1,5 @@
{pkgs}:{
# discord = nixpkgs.callPackage ./discord { };
discord = pkgs.callPackage ./discord/default.nix {};
vesktop = pkgs.callPackage ./vesktop/default.nix {};
}