Added Bitwarden for SSH, additional changes to nvf, firefox, and general style changes
This commit is contained in:
@@ -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;
|
||||
# })
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
programs.home-manager.enable = true;
|
||||
};
|
||||
|
||||
backupFileExtension = "backup5";
|
||||
backupFileExtension = "backup11";
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
Reference in New Issue
Block a user