From 2d19ec3ea3becc9f601da653af7be049f96134c1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 15 Nov 2023 12:34:19 -0500 Subject: [PATCH] gnu octave, update thunderbird, new server --- home-config/home-configuration.scm | 13 +++++++------ home-config/nix-home-manager/home.nix | 2 +- home-config/ssh/config | 10 +++++++--- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index ca82404..e4f64c4 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -50,7 +50,7 @@ "nasm" ;; devlopment packages ;;"rust" ;; packages usefull for coding and devlopment "gcc-toolchain" - "clang-toolchain" + "clang-toolchain" "racket" "python" "node" @@ -58,7 +58,7 @@ "pkg-config" - "pandoc" ;; tex + "pandoc" ;; tex "texlive-bin" "texlive-scheme-basic" "texlive-txfonts" @@ -100,7 +100,7 @@ "hicolor-icon-theme" - "font-google-noto-sans-cjk" ;; fonts + "font-google-noto-sans-cjk" ;; fonts "alacritty" ;; gui applicatiosn @@ -117,9 +117,10 @@ "element-desktop" "nm-tray" "pavucontrol" - "obs" + "obs" + "octave" "syncthing" - "filezilla" + "filezilla" "pinentry" "ungoogled-chromium")) (list neovim-new ;; custom made packages @@ -128,7 +129,7 @@ lavanda-gtk-theme zsh-autosuggestions freya-ca-certs - wl-mirror + wl-mirror vim-plug))) ;; Below is the list of Home services. To search for available diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 07113a6..1814cc9 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -20,7 +20,7 @@ yt-dlp starship discord - thunderbirdPackages.thunderbird-115 + thunderbird slack cryptomator pcem diff --git a/home-config/ssh/config b/home-config/ssh/config index 821815f..b725e6b 100644 --- a/home-config/ssh/config +++ b/home-config/ssh/config @@ -1,8 +1,12 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -Host garchomp - HostName garchomp.freya.cat - User freya +host garchomp + hostname garchomp.freya.cat + user freya + +host jolteon + hostname jolteon.freya.cat + user freya Host yveltal HostName yveltal.freya.cat