add spacer for more human-readable log
This commit is contained in:
parent
c6e370656b
commit
9a00a48307
2 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./wallpaper
|
||||
];
|
||||
config = {
|
||||
home.packages = with pkgs; [
|
||||
spacer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue