File tree 3 files changed +26
-0
lines changed
3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 30
30
./lazygit.nix
31
31
./lsd.nix
32
32
./newsboat.nix
33
+ ./nushell.nix
33
34
./mako.nix
34
35
./micro.nix
35
36
./mpv.nix
Original file line number Diff line number Diff line change
1
+ { catppuccinLib } :
2
+ { config , lib , ... } :
3
+
4
+ let
5
+ inherit ( config . catppuccin ) sources ;
6
+
7
+ cfg = config . catppuccin . nushell ;
8
+ in
9
+
10
+ {
11
+ options . catppuccin . nushell = catppuccinLib . mkCatppuccinOption { name = "nushell" ; } ;
12
+
13
+ config = lib . mkIf cfg . enable {
14
+ programs . nushell = {
15
+ extraConfig = lib . mkBefore ''
16
+ source ${ sources . nushell + "/catppuccin_${ cfg . flavor } .nu" }
17
+ '' ;
18
+ } ;
19
+ } ;
20
+ }
Original file line number Diff line number Diff line change 144
144
"lastModified" : " 2022-10-18" ,
145
145
"rev" : " be3d0ee1ba0fc26baf7a47c2aa7032b7541deb0f"
146
146
},
147
+ "nushell" : {
148
+ "hash" : " sha256-O95OrdF9UA5xid1UlXzqrgZqw3fBpTChUDmyExmD2i4=" ,
149
+ "lastModified" : " 2025-02-20" ,
150
+ "rev" : " 82c31124b39294c722f5853cf94edc01ad5ddf34"
151
+ },
147
152
"nvim" : {
148
153
"hash" : " sha256-4h/fzFY8JR9r+QnoiWEqgQKPMuu8i9HTC4v0Jp7iuUo=" ,
149
154
"lastModified" : " 2025-02-28" ,
You can’t perform that action at this time.
0 commit comments