chore: update flake
Some checks are pending
Flake check / Check flake (push) Waiting to run

This commit is contained in:
Leon Schwarzäugl 2025-11-02 12:24:40 +01:00
parent 40b42028d2
commit 783e381fbe
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
30 changed files with 4960 additions and 2350 deletions

View file

@ -33,7 +33,7 @@
gdk-pixbuf
glew110
glib
stable.gnome2.GConf
gnome2.GConf
pango
gtk2
gtk3
@ -82,8 +82,8 @@
pipewire
pixman
speex
stdenv.cc.cc
stable.steam-fhsenv-without-steam
# stable.cc.cc
stable25_05.steam-fhsenv-without-steam
systemd
tbb
vulkan-loader

View file

@ -13,7 +13,7 @@
yubikey-touch-detector
yubico-piv-tool
cfssl
pcsctools
pcsc-tools
pcscliteWithPolkit.out
# ledger packages

View file

@ -7,7 +7,7 @@ in
config = lib.mkIf config.swarselmodules.sway {
programs.sway = {
enable = true;
package = pkgs.dev.swayfx;
package = pkgs.swayfx;
wrapperFeatures = {
base = true;
gtk = true;

View file

@ -8,7 +8,7 @@ in
config = lib.mkIf config.swarselmodules.syncthing {
services.syncthing = {
enable = true;
package = pkgs.stable.syncthing;
package = pkgs.syncthing;
user = mainUser;
dataDir = homeDir;
configDir = "${homeDir}/.config/syncthing";

View file

@ -179,7 +179,7 @@ in
spice
spice-gtk
spice-protocol
win-virtio
virtio-win
win-spice
powershell

View file

@ -12,7 +12,7 @@ in
topology.self.services.${serviceName}.info = "https://${serviceDomain}";
globals.services.${serviceName}.domain = serviceDomain;
swarselservices.${serviceName} = {
services.${serviceName} = {
enable = true;
package = pkgs.dev.homebox;
database.createLocally = true;