about summary refs log tree commit diff stats
path: root/home-manager/files/default.nix
blob: 5dbfe19d36cd4e3253c96bdaecac15b6235d1494 (plain) (blame)
1
2
3
4
5
6
# vim: ts=2
{config, ...}: {
  imports = [
    ./wallpaper
  ];
}