'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"
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue