Rationalisation
This commit is contained in:
parent
429b238b69
commit
5d815ea98e
|
@ -15,133 +15,169 @@
|
||||||
;; profil personnel, dans ~/.guix-home/profile.
|
;; profil personnel, dans ~/.guix-home/profile.
|
||||||
(packages (specifications->packages (list
|
(packages (specifications->packages (list
|
||||||
|
|
||||||
;; OUTILS SYSTEMES
|
;; OUTILS SYSTEMES
|
||||||
"lm-sensors"
|
|
||||||
"gnupg"
|
|
||||||
"speedtest-cli"
|
|
||||||
"bind:utils"
|
|
||||||
"openssh"
|
|
||||||
"curl"
|
|
||||||
"htop"
|
|
||||||
"bash-completion"
|
"bash-completion"
|
||||||
|
"bind:utils"
|
||||||
;; GNOME (GTK)
|
"cryptsetup"
|
||||||
"dbus"
|
"curl"
|
||||||
"dconf"
|
"gnupg"
|
||||||
"gobject-introspection"
|
"gparted"
|
||||||
"gsettings-desktop-schemas"
|
"grub"
|
||||||
"gtk"
|
"hplip"
|
||||||
"libadwaita"
|
"htop"
|
||||||
"libappindicator"
|
"lm-sensors"
|
||||||
"pango"
|
"neofetch"
|
||||||
"font-openmoji"
|
"openssh"
|
||||||
"glibc-locales"
|
"parted"
|
||||||
|
"speedtest-cli"
|
||||||
;; OpenGL
|
"testdisk"
|
||||||
"glu"
|
"tree"
|
||||||
"glew"
|
|
||||||
"glfw"
|
|
||||||
"glm"
|
|
||||||
"freeglut"
|
|
||||||
"mesa"
|
|
||||||
"mesa-headers"
|
|
||||||
"mesa-utils"
|
|
||||||
"libepoxy"
|
|
||||||
|
|
||||||
;; GNOME (Outils)
|
;; GNOME (Outils)
|
||||||
"dconf-editor"
|
"dconf-editor"
|
||||||
"gnome-tweaks"
|
|
||||||
"gnome-builder"
|
|
||||||
"endeavour"
|
"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"
|
"nextcloud-client"
|
||||||
"seahorse"
|
"seahorse"
|
||||||
"gnome-shell-extension-dash-to-dock"
|
"xdg-desktop-portal"
|
||||||
"gnome-shell-extension-burn-my-windows"
|
|
||||||
"gnome-shell-extension-transparent-window"
|
|
||||||
"gnome-shell-extension-blur-my-shell"
|
|
||||||
|
|
||||||
;; DEV (OUTILS)
|
;; DEV (OUTILS)
|
||||||
"cmake"
|
|
||||||
"git"
|
|
||||||
"fastboot"
|
|
||||||
"adb"
|
"adb"
|
||||||
"gcc-toolchain"
|
|
||||||
"pkg-config"
|
|
||||||
"isl"
|
|
||||||
"libtool"
|
|
||||||
"flex"
|
|
||||||
"bison"
|
|
||||||
"texinfo"
|
|
||||||
"autobuild"
|
"autobuild"
|
||||||
"autogen"
|
|
||||||
"autoconf"
|
"autoconf"
|
||||||
|
"autogen"
|
||||||
"automake"
|
"automake"
|
||||||
"make"
|
"bash:include"
|
||||||
|
"binutils"
|
||||||
|
"bison"
|
||||||
"build"
|
"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"
|
"minicom"
|
||||||
|
"mpc"
|
||||||
|
"mpfr"
|
||||||
|
"nasm"
|
||||||
|
"ncurses"
|
||||||
|
"openlibm"
|
||||||
|
"pango"
|
||||||
|
"patchelf"
|
||||||
|
"pkg-config"
|
||||||
|
"texinfo"
|
||||||
|
|
||||||
;; VIRTUALISATION/CONTENEURISATION
|
;; VIRTUALISATION/CONTENEURISATION
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"virt-manager"
|
"virt-manager"
|
||||||
|
"virt-viewer"
|
||||||
|
|
||||||
|
|
||||||
;; PYTHON (GTK)
|
;; PYTHON (GTK)
|
||||||
"python"
|
"python"
|
||||||
"python-pyopenssl"
|
"python2"
|
||||||
"python-pygobject"
|
|
||||||
"python-pycairo"
|
|
||||||
"python-precis-i18n"
|
|
||||||
"python-pillow"
|
|
||||||
"python-packaging"
|
|
||||||
"python-nbxmpp"
|
|
||||||
"python-keyring"
|
|
||||||
"python-gssapi"
|
|
||||||
"python-dbus"
|
|
||||||
"python-css-parser"
|
|
||||||
"python-setuptools"
|
|
||||||
"python-distutils-extra"
|
|
||||||
"python-notify2"
|
|
||||||
"python-axolotl"
|
"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
|
;; CUPS
|
||||||
"system-config-printer"
|
"system-config-printer"
|
||||||
|
|
||||||
;; JEUX
|
;; JEUX
|
||||||
"open-adventure@1"
|
|
||||||
"0ad"
|
"0ad"
|
||||||
"ksirk"
|
|
||||||
"kbreakout"
|
|
||||||
"kapman"
|
|
||||||
"freeorion"
|
|
||||||
"abe"
|
"abe"
|
||||||
"xonotic"
|
|
||||||
"supertuxkart"
|
|
||||||
"supertux"
|
|
||||||
"minetest"
|
|
||||||
"bsd-games"
|
"bsd-games"
|
||||||
|
"freeorion"
|
||||||
|
"kapman"
|
||||||
|
"kbreakout"
|
||||||
|
"ksirk"
|
||||||
|
"minetest"
|
||||||
|
"open-adventure@1"
|
||||||
|
"supertux"
|
||||||
|
"supertuxkart"
|
||||||
|
"xonotic"
|
||||||
|
|
||||||
;; XMPP
|
|
||||||
|
;; MULTIMEDIA/MUSIQUE/COMMUNICATION
|
||||||
|
"ardour"
|
||||||
"dino"
|
"dino"
|
||||||
|
"dosage"
|
||||||
"gajim"
|
"gajim"
|
||||||
"gajim-omemo"
|
"gajim-omemo"
|
||||||
|
"ghostwriter"
|
||||||
;; AUDIOCONF
|
"gimp"
|
||||||
"mumble"
|
"hexchat"
|
||||||
|
"icecat"
|
||||||
;; MULTIMEDIA/MUSIQUE
|
|
||||||
"vlc"
|
|
||||||
"dosage"
|
|
||||||
"yt-dlp"
|
|
||||||
"ungoogled-chromium"
|
|
||||||
"musescore"
|
|
||||||
"transmission"
|
|
||||||
"qbittorrent"
|
|
||||||
"ardour"
|
|
||||||
"icedove"
|
"icedove"
|
||||||
"inkscape"
|
"inkscape"
|
||||||
|
"kdenlive"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"gimp"
|
"mumble"
|
||||||
"icecat"
|
"musescore"
|
||||||
|
"qbittorrent"
|
||||||
|
"transmission"
|
||||||
|
"ungoogled-chromium"
|
||||||
|
"vlc"
|
||||||
|
"yt-dlp"
|
||||||
|
|
||||||
)))
|
)))
|
||||||
|
|
||||||
|
@ -150,16 +186,18 @@
|
||||||
(services
|
(services
|
||||||
(list (service home-bash-service-type
|
(list (service home-bash-service-type
|
||||||
(home-bash-configuration
|
(home-bash-configuration
|
||||||
(aliases '(("dir" . "dir --color=auto")
|
(aliases '(
|
||||||
("egrep" . "egrep --color=auto")
|
("clear" . "printf '\\033c'")
|
||||||
("fgrep" . "fgrep --color=auto")
|
("dir" . "dir --color=auto")
|
||||||
("grep" . "grep --color=auto")
|
("egrep" . "egrep --color=auto")
|
||||||
("l" . "ls -CF")
|
("fgrep" . "fgrep --color=auto")
|
||||||
("la" . "ls -A")
|
("grep" . "grep --color=auto")
|
||||||
("clear" . "printf '\\033c'")
|
("la" . "ls -A")
|
||||||
("ll" . "ls -l")
|
("ll" . "ls -l")
|
||||||
("ls" . "ls -p --color=auto")
|
("l" . "ls -CF")
|
||||||
("vdir" . "vdir --color=auto")))
|
("ls" . "ls -p --color=auto")
|
||||||
|
("vdir" . "vdir --color=auto")
|
||||||
|
))
|
||||||
(bashrc (list (local-file
|
(bashrc (list (local-file
|
||||||
"/home/neox/.config/guix//.bashrc" "bashrc")))
|
"/home/neox/.config/guix//.bashrc" "bashrc")))
|
||||||
(bash-profile (list (local-file
|
(bash-profile (list (local-file
|
||||||
|
|
Loading…
Reference in New Issue