This website requires JavaScript.
Explore
Help
Sign in
liv
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
mirror of
https://github.com/Ahwxorg/nixos-config.git
synced
2025-12-04 23:00:14 +01:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
Actions
4cc672e8ea
nixos-config
/
modules
/
home
/
bat
/
default.nix
7 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
test
2023-11-06 15:04:10 +01:00
{
pkgs
,
.
.
.
}:
add bat config
2023-11-05 22:34:42 +01:00
{
programs
.
bat
=
{
test
2023-11-06 15:24:26 +01:00
enable
=
true
;
config
.
theme
=
"
M
o
n
o
k
a
i
E
x
t
e
n
d
e
d
"
;
add bat config
2023-11-05 22:34:42 +01:00
}
;
}
Reference in a new issue
Copy permalink