diff --git a/home/default.nix b/home/default.nix index 5ea60e2..4f8dd41 100644 --- a/home/default.nix +++ b/home/default.nix @@ -11,7 +11,6 @@ ./alacritty ./firefox ./gtk - ./mpv ./shell ./thunderbird ./vscode diff --git a/home/shell/default.nix b/home/shell/default.nix index 6f4e8b9..969cab0 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -8,6 +8,7 @@ ./git.nix ./micro.nix # ./ssh.nix + ./mpv.nix ./tmux.nix ./fish.nix ]; diff --git a/home/mpv/default.nix b/home/shell/mpv.nix similarity index 100% rename from home/mpv/default.nix rename to home/shell/mpv.nix