v3ms: add /snap/bin to path
Some checks failed
Update Nix Flake / update-flake (push) Failing after 14s

This commit is contained in:
Julian Mutter 2025-05-09 11:41:21 +02:00
parent 1d7690eab4
commit d57017382a

View File

@ -19,6 +19,8 @@
is-nixos = false;
# terminal = "kitty";
home.sessionPath = [ "/snap/bin" ];
home.packages =
lib.lists.concatMap (packages-list-file: import packages-list-file {inherit pkgs;})
[