new aliases and bashrc settings

This commit is contained in:
Danilo Reyes 2025-07-10 00:32:04 -06:00
parent 559c40f508
commit 1c0c82afde
4 changed files with 13 additions and 1 deletions

View File

@ -171,6 +171,7 @@
NIXOS_OZONE_WL = 1;
PATH = [ "\${HOME}/.local/bin" ];
NH_USE_DOAS = 1;
};
};
programs = {

View File

@ -23,6 +23,10 @@
cp = "cp -i";
mv = "mv -i";
mkdir = "mkdir -p";
mkcd = "(){ mkdir -p \"$1\" && cd \"$1\" }";
copy = "xclip -selection clipboard";
cdp = "pwd | copy";
cfp = "(){ readlink -f \"$1\" | copy }";
".." = "cd ..";
"..." = "cd ../..";
".3" = "cd ../../..";
@ -31,6 +35,7 @@
c = "cat";
sc = "systemctl --user";
jc = "journalctl --user -xefu";
nh = "nix run /home/jawz/Development/Git/nh#nh -- ";
open-gallery = ''
cd /srv/server/pool/scrapping/JawZ/gallery-dl &&
xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"'';

View File

@ -22,6 +22,12 @@ let
in
{
schemes = {
vulcano = mkScheme {
name = "mocha";
color = "brown";
polarity = "dark";
image = ../wallpapers/la_fragua_de_vulcano.jpg;
};
who = mkScheme {
name = "catppuccin-frappe";
polarity = "dark";

View File

@ -6,7 +6,7 @@
}:
let
schemesFile = import ./schemes.nix { inherit pkgs; };
scheme = schemesFile.schemes.paul;
scheme = schemesFile.schemes.vulcano;
cfg = config.my.stylix;
in
{