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