9 lines
141 B
Nix
9 lines
141 B
Nix
_: {
|
|
# enable programs
|
|
programs = {
|
|
foot.enable = true;
|
|
wezterm.enable = true;
|
|
# ... add more programs as you see fit
|
|
};
|
|
}
|