Commit 6bf561e 1 parent 2abf59c commit 6bf561e Copy full SHA for 6bf561e
File tree 1 file changed +2
-34
lines changed
1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change 5
5
{ config , pkgs , ... } :
6
6
7
7
let
8
- hsPackages = with pkgs . haskellPackages ; [
9
- cabal2nix
10
- djinn
11
- doctest
12
- ghc
13
- ghcid
14
- hlint
15
- #idris
16
- pandoc
17
- pointfree
18
- pointful
19
- purescript
20
- taffybar
21
- xmobar
22
- yeganesh
23
- ] ;
8
+
24
9
in
25
10
{
26
11
imports =
60
45
61
46
environment . systemPackages = with pkgs ; [
62
47
xpdf
63
- #nixops
64
- nixbang
65
- packer
66
48
firefox
67
49
awscli
68
50
#keybase-node-client
80
62
gnumake
81
63
python27Packages . pip
82
64
pypy
83
- linuxPackages_3_4 . virtualbox
84
65
mtr
85
66
xclip
86
67
terminus_font
100
81
file
101
82
gitFull
102
83
htop
103
- #(haskellPackages.hoogleLocal.override {
104
- # packages = hsPackages;
105
- #})
106
84
keepassx
107
85
mg
108
86
mplayer
115
93
scrot
116
94
silver-searcher
117
95
terminator
118
- vagrant
119
- wpa_supplicant_gui
120
96
xdg_utils
121
97
xlibs . xev
122
98
xlibs . xset
123
- ] ++ hsPackages ;
99
+ ] ;
124
100
125
101
nixpkgs . config = {
126
102
131
107
chromium . enablePepperFlash = true ;
132
108
chromium . enablePepperPDF = true ;
133
109
134
- packageOverrides = pkgs : {
135
- linux_3_17 = pkgs . linux_3_17 . override {
136
- extraConfig =
137
- ''
138
- THUNDERBOLT m
139
- '' ;
140
- } ;
141
- } ;
142
110
} ;
143
111
144
112
}
You can’t perform that action at this time.
0 commit comments