fix update

This commit is contained in:
2025-10-20 20:46:35 +02:00
parent e3f119b29a
commit 46f9b41b40
4 changed files with 4 additions and 6 deletions

View File

@@ -60,7 +60,7 @@
};
programs = {
river.enable = true;
river-classic.enable = true;
ssh.startAgent = true;
zsh.enable = true;
};

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ digikam ];
home.packages = with pkgs; [ digikam sqlite ];
}

View File

@@ -6,9 +6,7 @@
settings.user = {
name = "4Lost";
email = "elias.schroeter@e.email";
}
userName = "4Lost";
userEmail = "elias.schroeter@e.email";
};
signing = {
key = "0x99D2EF975FE523CC";
signByDefault = false;

View File

@@ -15,7 +15,7 @@
source = ./src;
};
wayland.windowManager.river-classic = let
wayland.windowManager.river = let
all_tags = "$(((1 << 32) - 1))";
scratch_tag = "$((1 << 20 ))";
all_but_scratch_tag = "$(( ((1 << 32) - 1) ^ ${scratch_tag} ))";