mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-14 14:10:24 -04:00
122 current 2024-05-11 13:32:55 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
0ffcd05a26
commit
41afb5e3cc
1 changed files with 4 additions and 1 deletions
|
@ -90,10 +90,12 @@ in
|
||||||
#JAVASTART
|
#JAVASTART
|
||||||
temurin-bin-8
|
temurin-bin-8
|
||||||
pkgs.discord
|
pkgs.discord
|
||||||
|
|
||||||
#JAVAEND
|
#JAVAEND
|
||||||
xsel
|
xsel
|
||||||
google-chrome
|
google-chrome
|
||||||
bitwarden
|
bitwarden
|
||||||
|
eslint_d
|
||||||
spotify
|
spotify
|
||||||
vscodium
|
vscodium
|
||||||
pulseaudioFull
|
pulseaudioFull
|
||||||
|
@ -192,7 +194,8 @@ in
|
||||||
#
|
#
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
paste = "xsel -ob";
|
paste = "xsel -ob";
|
||||||
copt = "xsel -ib";
|
copy = "xsel -ib";
|
||||||
|
b = "/home/${config.home.username}/nixos/build";
|
||||||
};
|
};
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
"$HOME/.local/bin"
|
"$HOME/.local/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue