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