dotfiles/manifests/post-packages.pp

10 lines
227 B
ObjectPascal
Raw Normal View History

2017-10-19 13:30:41 +01:00
node default {
file {"autostart compton":
ensure => link,
path => '/home/jake/.config/autostart/compton.desktop',
mode => '0644',
owner => 'jake',
source => '/usr/share/applications/compton.desktop'
}
}