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;
# })
];
};
}

View File

@@ -19,10 +19,7 @@
};
# Enable the KDE Plasma Desktop Environment.
displayManager.sddm = {
enable = true;
# theme = "catppuccin-mocha-pink";
};
displayManager.sddm.enable = true;
desktopManager.plasma6.enable = true;
# Enable CUPS to print documents.

View File

@@ -23,7 +23,7 @@
programs.home-manager.enable = true;
};
backupFileExtension = "backup5";
backupFileExtension = "backup11";
};
users.mutableUsers = false;