Add xinit
This commit is contained in:
parent
079e7a8a4c
commit
3ba8178393
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ TIMEZONE = 'Etc/UTC'
|
||||||
DOWNLOAD_REGION = 'Germany'
|
DOWNLOAD_REGION = 'Germany'
|
||||||
DEFAULT_USER = 'buffet'
|
DEFAULT_USER = 'buffet'
|
||||||
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video']
|
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video']
|
||||||
DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile']
|
DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit']
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
'acpi',
|
'acpi',
|
||||||
|
@ -39,7 +39,7 @@ dependencies_aur = [
|
||||||
'all-repository-fonts',
|
'all-repository-fonts',
|
||||||
'awesome-git',
|
'awesome-git',
|
||||||
'direnv',
|
'direnv',
|
||||||
'neovim-nightly-bin',
|
'neovim-git',
|
||||||
'plover-git',
|
'plover-git',
|
||||||
'ttf-go-mono-git',
|
'ttf-go-mono-git',
|
||||||
]
|
]
|
||||||
|
@ -58,7 +58,6 @@ def get_password(name='Password', default=None):
|
||||||
|
|
||||||
|
|
||||||
def setup_dotfiles(i):
|
def setup_dotfiles(i):
|
||||||
# XXX: dotfiles already existing?
|
|
||||||
i.arch_chroot(
|
i.arch_chroot(
|
||||||
f'''
|
f'''
|
||||||
su {user} -c "
|
su {user} -c "
|
||||||
|
|
1
xinit/.xinitrc
Executable file
1
xinit/.xinitrc
Executable file
|
@ -0,0 +1 @@
|
||||||
|
exec awesome
|
Loading…
Reference in a new issue