Added Bitwarden for SSH, additional changes to nvf, firefox, and general style changes

This commit is contained in:
2025-09-25 14:10:41 -04:00
parent 86772926fd
commit f13ccab5db
8 changed files with 36 additions and 27 deletions

View File

@@ -36,14 +36,6 @@
systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
sshfs
# (catppuccin-sddm.override {
# flavor = "mocha";
# accent = "pink";
# font = "FiraCode";
# background = "${../../wallpapers/lanterns_of_twilight.png}";
# loginBackground = true;
# })
];
};
}