From 4e496ee3437f784a086444a1252063167659edc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Wed, 23 Mar 2022 12:44:08 +0100 Subject: [PATCH] :broom: move spotify to cli --- modules/cli/default.nix | 12 ++++++++++-- modules/{desktop/apps => cli}/spotify.nix | 0 modules/desktop/apps/default.nix | 1 - 3 files changed, 10 insertions(+), 3 deletions(-) rename modules/{desktop/apps => cli}/spotify.nix (100%) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index 3c21cf1..6b64986 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -1,8 +1,16 @@ { config, lib, pkgs, ... }: { - imports = - [ ./adb.nix ./bin ./direnv.nix ./git.nix ./nix.nix ./ssh.nix ./shell ]; + imports = [ + ./adb.nix + ./bin + ./direnv.nix + ./git.nix + ./nix.nix + ./ssh.nix + ./shell + ./spotify.nix + ]; modules.cli.shell = let # HACK to fix 24bit color support with kitty editor = "TERM=kitty-direct emacsclient -t -a 'emacs -t'"; diff --git a/modules/desktop/apps/spotify.nix b/modules/cli/spotify.nix similarity index 100% rename from modules/desktop/apps/spotify.nix rename to modules/cli/spotify.nix diff --git a/modules/desktop/apps/default.nix b/modules/desktop/apps/default.nix index 45b130e..08d73da 100644 --- a/modules/desktop/apps/default.nix +++ b/modules/desktop/apps/default.nix @@ -1,7 +1,6 @@ { config, lib, pkgs, ... }: { - ./spotify.nix imports = [ ./email.nix ./firefox.nix ./kitty.nix ./rofi ./zathura.nix ]; home-manager.users.moritz = { services.nextcloud-client = {