about summary refs log tree commit diff
path: root/users/fcuny/cli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/cli/default.nix')
-rw-r--r--users/fcuny/cli/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix
index 2478998..77d236e 100644
--- a/users/fcuny/cli/default.nix
+++ b/users/fcuny/cli/default.nix
@@ -1,15 +1,8 @@
 { config, lib, pkgs, ... }:
 
 {
-  imports = [
-    ./backups.nix
-    ./beets.nix
-    ./git.nix
-    ./shell.nix
-    ./ssh.nix
-    ./tmux.nix
-    ./yt-dlp.nix
-  ];
+  imports =
+    [ ./backups.nix ./git.nix ./media.nix ./shell.nix ./ssh.nix ./tmux.nix ];
 
   home.packages = [ pkgs.gcc pkgs.gnumake pkgs.jq pkgs.ripgrep ];
 }