Reset
This commit is contained in:
parent
eb979e037e
commit
bbd2c64398
1
.bashrc
1
.bashrc
|
@ -21,6 +21,7 @@ export LD_LIBRARY_PATH=~/.guix-profile/lib:$LIBRARY_PATH:$LD_LIBRARY_PATH
|
|||
### DEMARRER VG
|
||||
if [ ! -d /srv/neox ]; then
|
||||
echo "Montage du coffre !"
|
||||
sudo modprobe dm-cache
|
||||
sudo vgchange -ay
|
||||
sudo udisksctl unlock -b /dev/HOME/HOME_data --key-file ~/.gnupg/keyfile.asc
|
||||
sudo mount -o exec /dev/mapper/luks-1436c53b-07a5-41ff-a3ac-ab736e0cf920 /srv
|
||||
|
|
|
@ -13,7 +13,23 @@
|
|||
(home-environment
|
||||
;; Ci-dessous se trouve la liste des paquets qui seront disponibles dans votre
|
||||
;; profil personnel, dans ~/.guix-home/profile.
|
||||
(packages (specifications->packages (list "python-distro"
|
||||
(packages (specifications->packages (list "inkscape"
|
||||
"meld"
|
||||
"openlibm"
|
||||
"isl"
|
||||
"git-lfs"
|
||||
"qtsvg@5"
|
||||
"qtx11extras"
|
||||
"pcre2"
|
||||
"pcre"
|
||||
"xcb-util-keysyms"
|
||||
"patchelf"
|
||||
"libproxy"
|
||||
"ccache"
|
||||
"python2"
|
||||
"python"
|
||||
"ncurses"
|
||||
"python-distro"
|
||||
"hplip"
|
||||
"gimp"
|
||||
"sameboy"
|
||||
|
@ -52,7 +68,6 @@
|
|||
"cmake"
|
||||
"node"
|
||||
"ghostwriter"
|
||||
"python"
|
||||
"gtg"
|
||||
"mumble"
|
||||
"flatpak"
|
||||
|
|
Loading…
Reference in New Issue