Changeset aadf337 in dotfiles


Ignore:
Timestamp:
Jan 24, 2020, 12:52:37 AM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
ac2cfa4
Parents:
ea7e379
Message:

Add python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/config.scm

    rea7e379 raadf337  
    5656 (timezone "Europe/Moscow")
    5757 (locale "ru_RU.utf8")
    58  (kernel linux-libre-4.19)
     58 ;;(kernel linux-libre-4.19)
    5959 (kernel-arguments '("processor.max_cstate=1"  ;Disable power savings
    6060                     "intel_idle.max_cstate=0" ;(cstate 3-4 provides
     
    140140          "node"
    141141          "ruby"
     142          "python"
     143          "python-virtualenv"
     144          "python-jedi"
     145          "python-ipython"
    142146          "bundler"
    143147          "sbcl"
Note: See TracChangeset for help on using the changeset viewer.