index
:
NixOS-config
REWRITING
config-rewrite
custom-niri-rice
flake-cleanup
main
new-main
schrott-extract-rice
temp
My personal NixOS configuration for all of my machines.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
home
/
i3wm
/
nord-blue
/
alacritty.nix
blob: 1f6aa4939d2ca6008ef28552521908d5b495dcb9 (
plain
)
1
2
3
4
5
6
7
{ lib, pkgs, ... }: { programs.alacritty = { enable = true; }; }