Ignore:
Timestamp:
Sep 6, 2024, 3:49:57 AM (2 months ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
5211578
Parents:
fde9de8
Message:

Update mostly only fonts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/.dotfiles/home-configuration.scm

    rfde9de8 rfc6fa17  
    2020(define wkz-home (home-environment
    2121                  (packages (specifications->packages (list
    22                                                        "guix"
     22                                                        "mg"
    2323                                                       "ratpoison"
     24                                                        "xterm"
     25                                                        "screen"
    2426                                                       "xdot"
    2527                                                       "graphviz"
    2628                                                       "sed"
    27                                                        "darktable"
     29                                                       ;;"darktable"
     30
     31                                                       "global"
     32                                                       "emacs-ggtags"
     33                                                       "emacs-semantic-refactor"
    2834                                            "openssh"
    2935                                            "docker-compose"
     
    3339                                            "emacs-xterm-color"
    3440                                            "emacs-lsp-mode"
     41                                           
    3542                                            "emacs-helm"
     43                                            "emacs-helm-gtags"
     44                                           
    3645                                            "emacs-magit"
    3746                                            "emacs-git-timemachine"
     
    4251                                            "emacs-mastodon"
    4352                                            "emacs-org-roam"
     53                                            "emacs-undo-tree"
     54                                            "emacs-expand-region"
     55
     56                                            "emacs-nyxt"
     57                                            "nyxt"
    4458
    4559                                            "guile"
     
    5064                                           
    5165                                            ;;"emacs-telega"
     66                                            ;;"emacs-telega-contrib"
    5267                                            "emacs-guix"
    5368                                            "emacs-simple-httpd"
    5469                                            "emacs-osm"
     70                                            "translate-shell"
    5571                                            "wget"
    5672                                            "bitcoin-core"
     73                                            "monero"
     74                                            "monero-gui"
    5775                                            "xrandr"
    5876                                            "unzip"
    5977                                            "zip"
    6078                                            "mpv"
     79                                            "ffmpeg"
    6180                                            "emacs-rmsbolt"
    6281                                            "git"
     
    7089                                            "emacs-simple-httpd"
    7190                                            "emacs-guix"
    72                                             "gimp"
     91                                            ;;"gimp"
    7392                                            "imagemagick"
    7493                                            "stow"
    75                                             "icecat"
     94                                            ;;"icecat"
    7695                                            "smartmontools"
    7796                                            "lshw"
     
    88107                                            "grep"
    89108                                            "xlockmore"
    90                                             "bitcoin-core"
    91109                                            "x11-ssh-askpass"
    92110                                            "pinentry-emacs"
    93                                             "texlive"
     111                                            ;;"texlive"
    94112                                            "fetchmail"
    95113                                            "gnupg"
     
    97115
    98116                                            "universal-ctags"
     117                                           
    99118                                            "c-intro-and-ref"
     119                                            "sicp"
     120
     121                                            "font-xfree86-type1"
     122                                            "xlsfonts"
     123                                            "font-alias"
    100124                                            ;; "wkz-php"
    101125                                            ;; "wkz-python"
     
    125149                   ))
    126150
    127     (service home-redshift-service-type
    128              (home-redshift-configuration
    129               (location-provider 'manual)
    130               (latitude 41.71)
    131               (longitude 44.82)
    132               ))
     151;;    (service home-redshift-service-type
     152;;           (home-redshift-configuration
     153;;            (location-provider 'manual)
     154;;            (latitude 41.71)
     155;;            (longitude 44.82)
     156;;            ))
    133157
    134158    ;; (service home-x11-display-service-type)
     
    139163          (ssh-support? #t)))
    140164
    141          (service home-unclutter-service-type
    142                   (home-unclutter-configuration
    143                    (idle-timeout 1)))
     165;;       (service home-unclutter-service-type
     166;;                (home-unclutter-configuration
     167;;                 (idle-timeout 1)))
    144168
    145169         (service home-openssh-service-type
Note: See TracChangeset for help on using the changeset viewer.