mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
193 current 2024-07-05 15:06:20 24.11.20240703.9f4128e 6.9.7-zen1 *
This commit is contained in:
parent
050067a19d
commit
43d1de2409
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
};
|
||||
common = {
|
||||
env = {
|
||||
BAT_THEME = "Dracula";
|
||||
EDITOR = "nvim";
|
||||
MANPAGER = "nvim +Man!";
|
||||
MADWIDTH = "999";
|
||||
|
@ -23,8 +24,8 @@
|
|||
"$HOME/.local/bin"
|
||||
];
|
||||
aliases = {
|
||||
# paste = "xsel -ob || wslclip -g";
|
||||
# copy = "xsel -ib || wslclip";
|
||||
# paste = "xsel -ob || wslclip -g";
|
||||
# copy = "xsel -ib || wslclip";
|
||||
b = "/home/${config.home.username}/nixos/build";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue