Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Environmental Cheminformatics
plan-b
Commits
a7d33636
Commit
a7d33636
authored
Jun 10, 2021
by
Todor Kondic
Browse files
...
parent
25ea3aab
Changes
4
Hide whitespace changes
Inline
Side-by-side
files/home/user/.local/bin/emacs-on-guix
View file @
a7d33636
...
...
@@ -5,7 +5,7 @@
env
-i
HOME
=
"
$HOME
"
\
USER
=
"
$USER
"
\
DISPLAY
=
"
:50
"
\
DISPLAY
=
"
$DISPLAY
"
\
TERM
=
"
$TERM
"
\
PATH
=
/usr/local/sbin/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
\
bash
-c
"source '
$HOME
'/.man-guix-prof/etc/profile
...
...
tasks/apt-ctrl.yml
View file @
a7d33636
...
...
@@ -4,6 +4,7 @@
'
nscd'
,
'
autocutsel'
,
'
curl'
,
'
gvfs'
,
'
wget'
,
'
gzip'
,
'
atop'
,
...
...
tasks/apt.yml
View file @
a7d33636
...
...
@@ -13,6 +13,8 @@
'
ufw'
,
'
xfce4'
,
'
lightdm'
,
'
gvfs'
,
'
cifs-utils'
,
'
s3fs'
]
tags
:
apt
...
...
tasks/guix.yml
View file @
a7d33636
...
...
@@ -78,12 +78,12 @@
until
:
result.rc ==
0
loop
:
"
{{
users
}}"
#
- name: Install guix managed programs.
#
tags: guix-copy-bin
#
copy:
#
src: files/home/user/.local/bin/
#
dest: "/home/{{ item.login }}/.local/bin"
#
mode: '0744'
#
owner: "{{ item.login }}"
#
group: "{{ item.login }}"
#
loop: "{{ users }}"
-
name
:
Install guix managed programs.
tags
:
guix-copy-bin
copy
:
src
:
files/home/user/.local/bin/
dest
:
"
/home/{{
item.login
}}/.local/bin"
mode
:
'
0744'
owner
:
"
{{
item.login
}}"
group
:
"
{{
item.login
}}"
loop
:
"
{{
users
}}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment