diff --git a/.bashrc b/.bashrc index e8f9855..0051a8e 100755 --- a/.bashrc +++ b/.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 diff --git a/home-configuration.scm b/home-configuration.scm index 817b8ab..ca139ca 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -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"