From f35d0cb75f0669ac8de18d774b336d3d3560bcde Mon Sep 17 00:00:00 2001 From: Dietrich Daroch Date: Sun, 19 Oct 2025 11:43:05 -0300 Subject: [PATCH 1/2] misc: Add Justfile This just lists the commands in the Contributing manual --- Justfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 000000000..1392371cb --- /dev/null +++ b/Justfile @@ -0,0 +1,16 @@ +# Common commands +# +# Contributing manual: +# - https://nix-community.github.io/home-manager/#ch-contributing + +# List tests matching a pattern `pattern` +list *pattern: + nix run .#tests -- -l {{pattern}} + +# Run all tests matching a pattern `pattern` +test *pattern: + nix run .#tests -- {{pattern}} + +# Run integration tests +integration_tests: + nix run .#tests -- -t -l From 0562fef070a1027325dd4ea10813d64d2c967b39 Mon Sep 17 00:00:00 2001 From: leiserfg Date: Thu, 6 Nov 2025 21:09:21 +0100 Subject: [PATCH 2/2] vicinae: Remove BindTo from the systemd unit Seems like it causes issues with kde logout. --- modules/programs/vicinae.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/vicinae.nix b/modules/programs/vicinae.nix index bde52d4eb..726c68a08 100644 --- a/modules/programs/vicinae.nix +++ b/modules/programs/vicinae.nix @@ -224,7 +224,6 @@ in Documentation = [ "https://docs.vicinae.com" ]; After = [ cfg.systemd.target ]; PartOf = [ cfg.systemd.target ]; - BindsTo = [ cfg.systemd.target ]; }; Service = { EnvironmentFile = pkgs.writeText "vicinae-env" ''