From d94901cf5c0bd3b2b135e8ca159de8e081f2cfc9 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:14:50 +0200 Subject: [PATCH] update --- flake.lock | 24 ++++++++++++------------ modules/graphical/shared.nix | 3 ++- pkgs/tetrio-desktop/package.nix | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index d2db88e..711c6f8 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1707830867, - "narHash": "sha256-PAdwm5QqdlwIqGrfzzvzZubM+FXtilekQ/FA0cI49/o=", + "lastModified": 1712079060, + "narHash": "sha256-/JdiT9t+zzjChc5qQiF+jhrVhRt8figYH29rZO7pFe4=", "owner": "ryantm", "repo": "agenix", - "rev": "8cb01a0e717311680e0cbca06a76cbceba6f3ed6", + "rev": "1381a759b205dff7a6818733118d02253340fd5e", "type": "github" }, "original": { @@ -121,11 +121,11 @@ ] }, "locked": { - "lastModified": 1711604890, - "narHash": "sha256-vbI/gxRTq/gHW1Q8z6D/7JG/qGNl3JTimUDX+MwnC3A=", + "lastModified": 1712212014, + "narHash": "sha256-s+lbaf3nLRn1++/X2eXwY9mYCA/m9l8AvyG8beeOaXE=", "owner": "nix-community", "repo": "home-manager", - "rev": "3142bdcc470e1e291e1fbe942fd69e06bd00c5df", + "rev": "7e91f2a0ba4b62b88591279d54f741a13e36245b", "type": "github" }, "original": { @@ -246,11 +246,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1711523803, - "narHash": "sha256-UKcYiHWHQynzj6CN/vTcix4yd1eCu1uFdsuarupdCQQ=", + "lastModified": 1712122226, + "narHash": "sha256-pmgwKs8Thu1WETMqCrWUm0CkN1nmCKX3b51+EXsAZyY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2726f127c15a4cc9810843b96cad73c7eb39e443", + "rev": "08b9151ed40350725eb40b1fe96b0b86304a654b", "type": "github" }, "original": { @@ -261,11 +261,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1711460390, - "narHash": "sha256-akSgjDZL6pVHEfSE6sz1DNSXuYX6hq+P/1Z5IoYWs7E=", + "lastModified": 1711668574, + "narHash": "sha256-u1dfs0ASQIEr1icTVrsKwg2xToIpn7ZXxW3RHfHxshg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "44733514b72e732bd49f5511bd0203dea9b9a434", + "rev": "219951b495fc2eac67b1456824cc1ec1fd2ee659", "type": "github" }, "original": { diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 9cfc0cc..8c1c9de 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -57,7 +57,8 @@ in qbittorrent brightnessctl wacomtablet - libsForQt5.kolourpaint wl-clipboard + unstable.kdePackages.kolourpaint + unstable.kdePackages.kcalc ]; } diff --git a/pkgs/tetrio-desktop/package.nix b/pkgs/tetrio-desktop/package.nix index 7791e09..4cd5592 100644 --- a/pkgs/tetrio-desktop/package.nix +++ b/pkgs/tetrio-desktop/package.nix @@ -16,7 +16,7 @@ , libpulseaudio , systemd , callPackage -, withTetrioPlus ? true +, withTetrioPlus ? false , tetrio-plus ? callPackage ./tetrio-plus.nix { } , ... }: