v3ms: add /snap/bin to path
Some checks failed
Update Nix Flake / update-flake (push) Failing after 14s
Some checks failed
Update Nix Flake / update-flake (push) Failing after 14s
This commit is contained in:
parent
1d7690eab4
commit
d57017382a
@ -19,6 +19,8 @@
|
|||||||
is-nixos = false;
|
is-nixos = false;
|
||||||
# terminal = "kitty";
|
# terminal = "kitty";
|
||||||
|
|
||||||
|
home.sessionPath = [ "/snap/bin" ];
|
||||||
|
|
||||||
home.packages =
|
home.packages =
|
||||||
lib.lists.concatMap (packages-list-file: import packages-list-file {inherit pkgs;})
|
lib.lists.concatMap (packages-list-file: import packages-list-file {inherit pkgs;})
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user