🧹 move spotify to cli

dev-docs
Moritz Böhme 2022-03-23 12:44:08 +01:00
parent c69626eb37
commit 4e496ee343
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
3 changed files with 10 additions and 3 deletions

View File

@ -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'";

View File

@ -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 = {