index
:
moonfiles.git
master
My dotfiles of main pc;
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
modules
/
features
/
terminals
/
default.nix
blob: 22c5662794ed0fb933a8bffcb1f9e635fc652f4d (
plain
)
1
2
3
4
5
6
7
8
{ pkgs, ... }: { environment.systemPackages = with pkgs; [ foot ghostty ]; }