Passage en mode manifeste
This commit is contained in:
parent
688b7936fb
commit
a0e2e38f03
4
.bashrc
4
.bashrc
|
@ -42,6 +42,6 @@ export GITLAB_TOKEN=JJy4rGaxtdCC9RKeoPSx
|
||||||
export GITLAB_URL=https://git.a-lec.org
|
export GITLAB_URL=https://git.a-lec.org
|
||||||
export GIT_AUTHOR_NAME=Adrien\ Bourmault
|
export GIT_AUTHOR_NAME=Adrien\ Bourmault
|
||||||
export GIT_AUTHOR_EMAIL=neox@a-lec.org
|
export GIT_AUTHOR_EMAIL=neox@a-lec.org
|
||||||
export LIBRARY_PATH=~/.guix-profile/include:$LIBRARY_PATH
|
#export LIBRARY_PATH=~/.guix-profile/include:$LIBRARY_PATH
|
||||||
export LD_LIBRARY_PATH=~/.guix-profile/lib:$LIBRARY_PATH:$LD_LIBRARY_PATH
|
#export LD_LIBRARY_PATH=~/.guix-profile/lib:$LIBRARY_PATH:$LD_LIBRARY_PATH
|
||||||
|
|
||||||
|
|
|
@ -11,175 +11,6 @@
|
||||||
(gnu home services shells))
|
(gnu home services shells))
|
||||||
|
|
||||||
(home-environment
|
(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
|
|
||||||
|
|
||||||
;; OUTILS SYSTEMES
|
|
||||||
"bash-completion"
|
|
||||||
"bind:utils"
|
|
||||||
"cryptsetup"
|
|
||||||
"curl"
|
|
||||||
"gnupg"
|
|
||||||
"gparted"
|
|
||||||
"grub"
|
|
||||||
"hplip"
|
|
||||||
"htop"
|
|
||||||
"lm-sensors"
|
|
||||||
"neofetch"
|
|
||||||
"openssh"
|
|
||||||
"parted"
|
|
||||||
"speedtest-cli"
|
|
||||||
"testdisk"
|
|
||||||
"tree"
|
|
||||||
|
|
||||||
;; GNOME (Outils)
|
|
||||||
"dconf-editor"
|
|
||||||
"endeavour"
|
|
||||||
"gnome-builder"
|
|
||||||
"gnome-shell-extension-blur-my-shell"
|
|
||||||
"gnome-shell-extension-burn-my-windows"
|
|
||||||
"gnome-shell-extension-dash-to-dock"
|
|
||||||
"gnome-shell-extension-topicons-redux"
|
|
||||||
"gnome-shell-extension-transparent-window"
|
|
||||||
"gnome-tweaks"
|
|
||||||
"gtg"
|
|
||||||
"nextcloud-client"
|
|
||||||
"seahorse"
|
|
||||||
"xdg-desktop-portal"
|
|
||||||
|
|
||||||
;; DEV (OUTILS)
|
|
||||||
"adb"
|
|
||||||
"autobuild"
|
|
||||||
"autoconf"
|
|
||||||
"autogen"
|
|
||||||
"automake"
|
|
||||||
"bash:include"
|
|
||||||
"binutils"
|
|
||||||
"bison"
|
|
||||||
"build"
|
|
||||||
"ccache"
|
|
||||||
"cmake"
|
|
||||||
"config"
|
|
||||||
"dbus"
|
|
||||||
"dconf"
|
|
||||||
"doxygen"
|
|
||||||
"fastboot"
|
|
||||||
"file"
|
|
||||||
"flex"
|
|
||||||
"font-openmoji"
|
|
||||||
"freeglut"
|
|
||||||
"gcc-toolchain"
|
|
||||||
"gettext"
|
|
||||||
"git"
|
|
||||||
"git-lfs"
|
|
||||||
"glew"
|
|
||||||
"glfw"
|
|
||||||
;"glibc-locales"
|
|
||||||
"glm"
|
|
||||||
"glu"
|
|
||||||
"gmp"
|
|
||||||
;"gobject-introspection"
|
|
||||||
"gsettings-desktop-schemas"
|
|
||||||
"gtk"
|
|
||||||
"isl"
|
|
||||||
"libadwaita"
|
|
||||||
"libappindicator"
|
|
||||||
"libepoxy"
|
|
||||||
"libglvnd"
|
|
||||||
"libpthread-stubs"
|
|
||||||
"libproxy"
|
|
||||||
"libtool"
|
|
||||||
"libtree"
|
|
||||||
"libx11"
|
|
||||||
"libxkbcommon"
|
|
||||||
"libxml2"
|
|
||||||
"linux-libre-headers"
|
|
||||||
"m4"
|
|
||||||
"make"
|
|
||||||
"mesa"
|
|
||||||
"mesa-headers"
|
|
||||||
"mesa-utils"
|
|
||||||
"minicom"
|
|
||||||
"mpc"
|
|
||||||
"mpfr"
|
|
||||||
"nasm"
|
|
||||||
"ncurses"
|
|
||||||
"openlibm"
|
|
||||||
;"pango"
|
|
||||||
"patchelf"
|
|
||||||
"pkg-config"
|
|
||||||
"texinfo"
|
|
||||||
|
|
||||||
;; VIRTUALISATION/CONTENEURISATION
|
|
||||||
"flatpak"
|
|
||||||
"virt-manager"
|
|
||||||
"virt-viewer"
|
|
||||||
|
|
||||||
|
|
||||||
;; PYTHON (GTK)
|
|
||||||
"python"
|
|
||||||
"python2"
|
|
||||||
"python-axolotl"
|
|
||||||
"python-css-parser"
|
|
||||||
"python-dbus"
|
|
||||||
"python-distro"
|
|
||||||
"python-distutils-extra"
|
|
||||||
"python-gssapi"
|
|
||||||
"python-keyring"
|
|
||||||
"python-markdown"
|
|
||||||
"python-nbxmpp"
|
|
||||||
"python-notify2"
|
|
||||||
"python-packaging"
|
|
||||||
"python-pillow"
|
|
||||||
"python-precis-i18n"
|
|
||||||
"python-pip"
|
|
||||||
"python-pycairo"
|
|
||||||
"python-pygobject"
|
|
||||||
"python-pyopenssl"
|
|
||||||
"python-setuptools"
|
|
||||||
|
|
||||||
;; CUPS
|
|
||||||
"system-config-printer"
|
|
||||||
|
|
||||||
;; JEUX
|
|
||||||
"0ad"
|
|
||||||
"abe"
|
|
||||||
"bsd-games"
|
|
||||||
"freeorion"
|
|
||||||
"kapman"
|
|
||||||
"kbreakout"
|
|
||||||
"ksirk"
|
|
||||||
"minetest"
|
|
||||||
"open-adventure@1"
|
|
||||||
"supertux"
|
|
||||||
"supertuxkart"
|
|
||||||
"xonotic"
|
|
||||||
|
|
||||||
|
|
||||||
;; MULTIMEDIA/MUSIQUE/COMMUNICATION
|
|
||||||
"ardour"
|
|
||||||
"dino"
|
|
||||||
"dosage"
|
|
||||||
"gajim"
|
|
||||||
"gajim-omemo"
|
|
||||||
"ghostwriter"
|
|
||||||
"gimp"
|
|
||||||
"hexchat"
|
|
||||||
"icecat"
|
|
||||||
"icedove"
|
|
||||||
"inkscape"
|
|
||||||
"kdenlive"
|
|
||||||
"libreoffice"
|
|
||||||
"mumble"
|
|
||||||
"musescore"
|
|
||||||
"qbittorrent"
|
|
||||||
"transmission"
|
|
||||||
"ungoogled-chromium"
|
|
||||||
"vlc"
|
|
||||||
"yt-dlp"
|
|
||||||
|
|
||||||
)))
|
|
||||||
|
|
||||||
;; Voici la liste des services personnels. Pour trouver les services disponibles,
|
;; Voici la liste des services personnels. Pour trouver les services disponibles,
|
||||||
;; lancez « guix home search MOT-CLÉ » dans un terminal.
|
;; lancez « guix home search MOT-CLÉ » dans un terminal.
|
||||||
|
|
Loading…
Reference in New Issue