Fix home.packages listing for fastfetch
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s

This commit is contained in:
Joey Hafner 2024-09-10 16:59:25 -07:00
parent cc9ae19014
commit 4d7ec5e72e
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
home.homeDirectory = "/home/joey";
home.stateVersion = "24.05";
home.packages = [
"fastfetch"
pkgs.fastfetch
];
home.file = {};
home.sessionVariables = {};