From ac3e384b630dd1a5169857c5e6eee2034bd441d1 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 26 Apr 2023 00:35:01 +0000 Subject: [PATCH] home: move vlc from home -> programs --- hosts/common/home/default.nix | 1 - hosts/common/programs/default.nix | 1 + hosts/common/{home => programs}/vlc.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename hosts/common/{home => programs}/vlc.nix (100%) diff --git a/hosts/common/home/default.nix b/hosts/common/home/default.nix index 4f0bf016..677dbfcd 100644 --- a/hosts/common/home/default.nix +++ b/hosts/common/home/default.nix @@ -6,7 +6,6 @@ ./kitty ./mime.nix ./ssh.nix - ./vlc.nix ./xdg-dirs.nix ./zsh ]; diff --git a/hosts/common/programs/default.nix b/hosts/common/programs/default.nix index 401880a0..be640e03 100644 --- a/hosts/common/programs/default.nix +++ b/hosts/common/programs/default.nix @@ -265,6 +265,7 @@ in ./ripgrep.nix ./splatmoji.nix ./sublime-music.nix + ./vlc.nix ]; config = { diff --git a/hosts/common/home/vlc.nix b/hosts/common/programs/vlc.nix similarity index 100% rename from hosts/common/home/vlc.nix rename to hosts/common/programs/vlc.nix