Fixed bitwarden functions and removed obsolete ones

This commit is contained in:
Random936
2025-03-08 11:22:33 -08:00
parent 6acdff85dd
commit 7a035d29f7
3 changed files with 8 additions and 46 deletions

View File

@@ -5,8 +5,8 @@
homeDirectory = "/home/${user}";
};
imports = [
./shared.nix
imports = [
./shared.nix
./modules/utils.nix
./modules/linux-only-utils.nix
./modules/networking.nix

View File

@@ -60,15 +60,6 @@
if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then
export TERM="xterm-256color"
fi
awkuniq() {
if [[ "$1" == "-c" ]]; then
awk '{ !x[$0]++ } END { for (i in x) print x[i] "\t" i }'
else
awk '!x[$0]++'
fi
}
'';
plugins = [