File tree 3 files changed +112
-16
lines changed
3 files changed +112
-16
lines changed Original file line number Diff line number Diff line change 21
21
inputs . nixpkgs . follows = "nixpkgs" ;
22
22
} ;
23
23
24
+ myhelix . url = "github:ymgyt/helix/explorer" ;
25
+
24
26
# secrets management
25
27
ragenix . url = "github:yaxitech/ragenix" ;
26
28
} ;
32
34
darwin ,
33
35
home-manager ,
34
36
stylix ,
37
+ myhelix ,
35
38
ragenix ,
36
39
...
37
40
} :
54
57
# substritute "x86_64-linux" => "linux"
55
58
os = builtins . elemAt ( builtins . match ".*-(.*)" system ) 0 ;
56
59
specialArgs = {
57
- inherit ragenix ;
60
+ inherit ragenix myhelix ;
58
61
pkgs-unstable = import nixpkgs-unstable {
59
62
inherit system ;
60
63
config . allowUnfreePredicate =
Original file line number Diff line number Diff line change 1
- { ... } :
1
+ { myhelix , ... } :
2
2
{
3
3
programs . helix = {
4
4
# Currently use my fork
5
5
enable = false ;
6
6
} ;
7
+ home . packages = [ myhelix ] ;
7
8
xdg . configFile . "helix/config.toml" . source = ./config.toml ;
8
9
xdg . configFile . "helix/languages.toml" . source = ./languages.toml ;
9
10
xdg . configFile . "helix/ignore" . source = ./ignore ;
You can’t perform that action at this time.
0 commit comments