format file
Some checks failed
Update Nix Flake / update-flake (push) Failing after 14s

This commit is contained in:
Julian Mutter 2025-05-23 09:59:30 +02:00
parent 815a79ff41
commit 07943d4f95

View File

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