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