aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/cli/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-01 11:56:43 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-01 11:56:43 -0700
commit5555575f63c6ffefac2654e8e5a7a66e2b2e6d08 (patch)
tree583287b5673b831f64fcdd71e6c3036b0957cefe /users/fcuny/cli/default.nix
parentswaybar: simplify colors (diff)
downloadinfra-5555575f63c6ffefac2654e8e5a7a66e2b2e6d08.tar.gz
consolidate configuration for music curation
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 ];
}