yes
This commit is contained in:
parent
66394f735d
commit
4641f624c2
6
home.nix
6
home.nix
@ -42,6 +42,7 @@
|
||||
vscodium
|
||||
wget
|
||||
zip
|
||||
coreutils
|
||||
|
||||
# fonts
|
||||
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
||||
@ -57,5 +58,8 @@
|
||||
executable = true;
|
||||
source = "${./git-identity.sh}";
|
||||
};
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user