add spacer for more human-readable log

This commit is contained in:
ulic-youthlic 2025-01-23 23:26:34 +08:00
parent c6e370656b
commit 9a00a48307
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,11 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
./wallpaper
];
config = {
home.packages = with pkgs; [
spacer
];
};
}