aboutsummaryrefslogtreecommitdiff
(use-modules (gnu home)
             (gnu home services)
             (gnu home services shells)
             (gnu services)
             (gnu packages admin)
             (guix gexp))


(home-environment
  (packages (list htop))
  (services
   (append (list
            (service home-bash-service-type
                     (home-bash-configuration
                      (guix-defaults? #t)
                      (bash-profile (list (plain-file "bash-profile" "\
export HISTFILE=$XDG_CACHE_HOME/.bash_history")))))

            (simple-service 'test-config
                            home-xdg-configuration-files-service-type
                            (list `("test.conf"
                                    ,(plain-file "tmp-file.txt"
                                                 "the content of
                                          ~/.config/test.conf")))))
           %base-home-services)))

d>gnu: xorgxrdp: Only build with nasm on necessary platforms....* gnu/packages/rdesktop.scm (xorgxrdp)[native-inputs]: Only include nasm on platforms which need it. Change-Id: I00778cf4b53776754525d42e0586076d4f2be61b Efraim Flashner 2024-11-29gnu: xorgxrdp: Switch to git source....* gnu/packages/rdesktop.scm (xorgxrdp)[source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake and libtool. Change-Id: I6ff0b7f76c750ab932aa3ffd5997c70479644b8d Zheng Junjie 2024-11-29gnu: xorgxrdp: Update to 0.10.2....* gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.2. Change-Id: I7b25ac3b5aba0ae44729db5d83b7280f2ae33c55 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai 2024-11-29gnu: xrdp: Update to 0.10.1....* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.1. Change-Id: I876d2ba9deeaed721c7300537221848f4392b2d0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai 2024-07-11gnu: xrdp: update to 0.10.0....* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0. [native-inputs]: Add cmocka. Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958 Signed-off-by: jgart <jgart@dismail.de> Andy Tai