integrate home-manager config

This commit is contained in:
jaina heartles 2024-07-21 22:36:29 -07:00
parent a470338c43
commit 826a0e5525
45 changed files with 5308 additions and 1 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env python
from distutils.core import setup
setup(
name='ptray',
version='0.1',
scripts=[ 'ptray', 'ptrayctl' ],
packages=['', 'i3sway'],
)