This website requires JavaScript.
Explore
Help
Sign In
rilla
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
56eac5d1c4
nix-config
/
home
/
alacritty
/
trantor.nix
7 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
trantor changes
2022-01-25 12:27:52 +01:00
{
config
,
pkgs
,
.
.
.
}:
{
feat: more cleanup
2023-07-23 17:07:50 +02:00
imports
=
[
./common.nix
]
;
trantor changes
2022-01-25 12:27:52 +01:00
programs
.
alacritty
.
settings
.
font
.
size
=
7
.5
;
}