'use bleeding edge of plasma-vault for now as it's broken in unstable

This commit is contained in:
Lillian Violet 2025-12-19 15:01:38 +01:00
parent 3832c86fc1
commit 1d98250ed6

View file

@ -35,8 +35,8 @@
KERNEL=="hidraw*", KERNELS=="*2DC8:*", MODE="0660", TAG+="uaccess"
'';
environment.systemPackages =
with pkgs; [
environment.systemPackages = with pkgs;
[
# Custom tools
dvd
dvt
@ -78,7 +78,6 @@
kdePackages.plasma-integration
kdePackages.plasma-activities
kdePackages.plasma-workspace
kdePackages.plasma-vault
kdePackages.discover
kdePackages.filelight
kdePackages.kcalc
@ -107,11 +106,9 @@
intiface-central
#rustdesk
]
# ++ (with pkgs-edge; [
# list of latest packages from nixpkgs master
# Can be used to install latest version of some packages
# ])
;
++ (with pkgs-edge; [
kdePackages.plasma-vault
]);
fonts.packages = [pkgs.ttf-ms-win10];
sops = {