From 76c0c3dc6a22a1be5ccb9992f656be9d4ce8bd99 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 27 Jan 2023 07:34:07 +0000 Subject: [PATCH] vlc: move out of home-manager --- hosts/common/home/default.nix | 1 + {modules/home-manager => hosts/common/home}/vlc.nix | 0 modules/home-manager/default.nix | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename {modules/home-manager => hosts/common/home}/vlc.nix (100%) diff --git a/hosts/common/home/default.nix b/hosts/common/home/default.nix index 9c4d6f6c..0b626705 100644 --- a/hosts/common/home/default.nix +++ b/hosts/common/home/default.nix @@ -10,5 +10,6 @@ ./splatmoji.nix ./ssh.nix ./sublime-music.nix + ./vlc.nix ]; } diff --git a/modules/home-manager/vlc.nix b/hosts/common/home/vlc.nix similarity index 100% rename from modules/home-manager/vlc.nix rename to hosts/common/home/vlc.nix diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index da36d0c8..35f35394 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -18,7 +18,6 @@ in ./kitty.nix ./mpv.nix ./neovim.nix - ./vlc.nix ./zsh ];