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