From f202b63c69bb4951c72df7caf42dc48694b53fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 15 Jun 2024 16:40:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20(home)=20move=20mpv=20config=20i?= =?UTF-8?q?nto=20`shell`=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/default.nix | 1 - home/shell/default.nix | 1 + home/{mpv/default.nix => shell/mpv.nix} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename home/{mpv/default.nix => shell/mpv.nix} (100%) 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