aboutsummaryrefslogtreecommitdiff
path: root/common/programs.nix
diff options
context:
space:
mode:
authorrubiigen <alyxwren@proton.me>2024-04-23 22:01:32 +0100
committerFrankie B <frankieraybrown@gmail.com>2024-04-23 22:20:27 +0100
commita558df302bb8f218c79167b21c637a50db092c6f (patch)
tree9bcd3346cbd307e869ea390dcb089f4d637d5647 /common/programs.nix
parent3d29e532d973a7dd0036ccdeee46774a4c6d6010 (diff)
remove common folder at root, why was this still there?
Diffstat (limited to 'common/programs.nix')
-rw-r--r--common/programs.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/programs.nix b/common/programs.nix
deleted file mode 100644
index 6970d2c..0000000
--- a/common/programs.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-_: {
- # enable programs
- programs = {
- foot.enable = true;
- wezterm.enable = true;
- # ... add more programs as you see fit
- };
-}