aboutsummaryrefslogtreecommitdiff
path: root/common/programs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs.nix')
-rw-r--r--common/programs.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/programs.nix b/common/programs.nix
new file mode 100644
index 0000000..6970d2c
--- /dev/null
+++ b/common/programs.nix
@@ -0,0 +1,8 @@
+_: {
+ # enable programs
+ programs = {
+ foot.enable = true;
+ wezterm.enable = true;
+ # ... add more programs as you see fit
+ };
+}