'use bleeding edge of plasma-vault for now as it's broken in unstable
This commit is contained in:
parent
3832c86fc1
commit
1d98250ed6
1 changed files with 5 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue