Changeset d5426ff in dotfiles


Ignore:
Timestamp:
Jan 15, 2020, 5:48:47 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
b296a87
Parents:
45cc7f6
Message:

Add bash to guix config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/config.scm

    r45cc7f6 rd5426ff  
    1515                     docker)
    1616
    17 (use-package-modules geo linux)
     17(use-package-modules geo linux bash)
    1818
    1919;; Run powertop --autotune on boot
     
    4141   (extra-special-file "/usr/bin/env"
    4242                       (file-append coreutils "/bin/env"))
     43   (extra-special-file "/bin/bash"
     44                       (file-append bash "/bin/bash"))
    4345   ;;%powertop-service
    4446   %desktop-services))
     
    9597   (map specification->package
    9698        '(
     99          "bash"
     100          "bash-completion"
    97101          "libva"
    98102          "libva-utils"
Note: See TracChangeset for help on using the changeset viewer.