gnu octave, update thunderbird, new server
This commit is contained in:
parent
f6909e3c6c
commit
2d19ec3ea3
3 changed files with 15 additions and 10 deletions
|
@ -50,7 +50,7 @@
|
||||||
"nasm" ;; devlopment packages
|
"nasm" ;; devlopment packages
|
||||||
;;"rust" ;; packages usefull for coding and devlopment
|
;;"rust" ;; packages usefull for coding and devlopment
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
"clang-toolchain"
|
"clang-toolchain"
|
||||||
"racket"
|
"racket"
|
||||||
"python"
|
"python"
|
||||||
"node"
|
"node"
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"pkg-config"
|
"pkg-config"
|
||||||
|
|
||||||
|
|
||||||
"pandoc" ;; tex
|
"pandoc" ;; tex
|
||||||
"texlive-bin"
|
"texlive-bin"
|
||||||
"texlive-scheme-basic"
|
"texlive-scheme-basic"
|
||||||
"texlive-txfonts"
|
"texlive-txfonts"
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
"hicolor-icon-theme"
|
"hicolor-icon-theme"
|
||||||
|
|
||||||
|
|
||||||
"font-google-noto-sans-cjk" ;; fonts
|
"font-google-noto-sans-cjk" ;; fonts
|
||||||
|
|
||||||
|
|
||||||
"alacritty" ;; gui applicatiosn
|
"alacritty" ;; gui applicatiosn
|
||||||
|
@ -117,9 +117,10 @@
|
||||||
"element-desktop"
|
"element-desktop"
|
||||||
"nm-tray"
|
"nm-tray"
|
||||||
"pavucontrol"
|
"pavucontrol"
|
||||||
"obs"
|
"obs"
|
||||||
|
"octave"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"filezilla"
|
"filezilla"
|
||||||
"pinentry"
|
"pinentry"
|
||||||
"ungoogled-chromium"))
|
"ungoogled-chromium"))
|
||||||
(list neovim-new ;; custom made packages
|
(list neovim-new ;; custom made packages
|
||||||
|
@ -128,7 +129,7 @@
|
||||||
lavanda-gtk-theme
|
lavanda-gtk-theme
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
freya-ca-certs
|
freya-ca-certs
|
||||||
wl-mirror
|
wl-mirror
|
||||||
vim-plug)))
|
vim-plug)))
|
||||||
|
|
||||||
;; Below is the list of Home services. To search for available
|
;; Below is the list of Home services. To search for available
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
starship
|
starship
|
||||||
discord
|
discord
|
||||||
thunderbirdPackages.thunderbird-115
|
thunderbird
|
||||||
slack
|
slack
|
||||||
cryptomator
|
cryptomator
|
||||||
pcem
|
pcem
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
|
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
|
||||||
|
|
||||||
Host garchomp
|
host garchomp
|
||||||
HostName garchomp.freya.cat
|
hostname garchomp.freya.cat
|
||||||
User freya
|
user freya
|
||||||
|
|
||||||
|
host jolteon
|
||||||
|
hostname jolteon.freya.cat
|
||||||
|
user freya
|
||||||
|
|
||||||
Host yveltal
|
Host yveltal
|
||||||
HostName yveltal.freya.cat
|
HostName yveltal.freya.cat
|
||||||
|
|
Loading…
Reference in a new issue