Common: add .local/bin to path

This commit is contained in:
Toast 2025-03-14 19:42:22 +01:00
parent ba96c9b687
commit c366ce1cbe

View file

@ -19,6 +19,8 @@
cleanOnBoot = !config.boot.tmp.useTmpfs;
};
environment.localBinInPath = lib.mkDefault true;
# Set up zram
zramSwap = {
enable = true;