diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-24 00:03:03 -0400 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-24 00:03:03 -0400 | 
| commit | 6bcd743b19740ce6b2b99c75b88367d5fc4d6e86 (patch) | |
| tree | 29662741c77c5d197f564a90f32fd424c786c092 /home-config | |
| parent | aabe9d44e339ebda81ae8b878d50c00add5090ec (diff) | |
added proper packages for my markdown stuff
Diffstat (limited to 'home-config')
| -rw-r--r-- | home-config/home-configuration.scm | 68 | 
1 files changed, 41 insertions, 27 deletions
| diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 3593eaf..76abe51 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -24,33 +24,47 @@ | |||
| 24 | (home-environment | 24 | (home-environment | 
| 25 | ;; Below is the list of packages that will show up in your | 25 | ;; Below is the list of packages that will show up in your | 
| 26 | ;; Home profile, under ~/.guix-home/profile. | 26 | ;; Home profile, under ~/.guix-home/profile. | 
| 27 | (packages (append (specifications->packages (list "bat" | 27 | (packages (append (specifications->packages (list "bat" | 
| 28 | "qrencode" | 28 | "qrencode" | 
| 29 | "binutils" | 29 | "binutils" | 
| 30 | "gcc-toolchain" | 30 | "gcc-toolchain" | 
| 31 | "libreoffice" | 31 | "libreoffice" | 
| 32 | "flatpak" | 32 | "flatpak" | 
| 33 | "gnupg" | 33 | "gnupg" | 
| 34 | "lsof" | 34 | "lsof" | 
| 35 | "pavucontrol" | 35 | "pavucontrol" | 
| 36 | "bind:utils" | 36 | "bind:utils" | 
| 37 | "firefox" | 37 | "firefox" | 
| 38 | "irssi" | 38 | "irssi" | 
| 39 | "font-cns11643" | 39 | "font-cns11643" | 
| 40 | "syncthing" | 40 | "syncthing" | 
| 41 | "perl" | 41 | "perl" | 
| 42 | "tor" | 42 | "tor" | 
| 43 | "unzip" | 43 | "unzip" | 
| 44 | "alacritty" | 44 | "alacritty" | 
| 45 | "htop" | 45 | "htop" | 
| 46 | "curl" | 46 | "curl" | 
| 47 | ;"my-neovim" | 47 | "pandoc" | 
| 48 | "weechat" | 48 | "texlive-base" | 
| 49 | "icedove-minimal" | 49 | "texlive-txfonts" | 
| 50 | "gimp" | 50 | "texlive-amsfonts" | 
| 51 | "python" | 51 | "texlive-lm" | 
| 52 | "sqlite" | 52 | "texlive-lm-math" | 
| 53 | "git")) | 53 | "texlive-generic-iftex" | 
| 54 | "texlive-unicode-math" | ||
| 55 | "texlive-fontspec" | ||
| 56 | "texlive-xcolor" | ||
| 57 | "texlive-latex-geometry" | ||
| 58 | "texlive-hyperref" | ||
| 59 | "zathura" | ||
| 60 | "zathura-pdf-mupdf" | ||
| 61 | "fzf" | ||
| 62 | "weechat" | ||
| 63 | "icedove-minimal" | ||
| 64 | "gimp" | ||
| 65 | "python" | ||
| 66 | "sqlite" | ||
| 67 | "git")) | ||
| 54 | (list my-neovim))) | 68 | (list my-neovim))) | 
| 55 | 69 | ||
| 56 | ;; Below is the list of Home services. To search for available | 70 | ;; Below is the list of Home services. To search for available | 
