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
be4d78b4f6
nix-config
/
home
/
alacritty
/
capibara.nix
7 lines
103 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
]
;
capibara back to xmonad...
2022-08-22 13:33:40 +02:00
programs
.
alacritty
.
settings
.
font
.
size
=
7
;
trantor changes
2022-01-25 12:27:52 +01:00
}