🧹 move spotify to cli
parent
c69626eb37
commit
4e496ee343
|
@ -1,8 +1,16 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports = [
|
||||||
[ ./adb.nix ./bin ./direnv.nix ./git.nix ./nix.nix ./ssh.nix ./shell ];
|
./adb.nix
|
||||||
|
./bin
|
||||||
|
./direnv.nix
|
||||||
|
./git.nix
|
||||||
|
./nix.nix
|
||||||
|
./ssh.nix
|
||||||
|
./shell
|
||||||
|
./spotify.nix
|
||||||
|
];
|
||||||
modules.cli.shell = let
|
modules.cli.shell = let
|
||||||
# HACK to fix 24bit color support with kitty
|
# HACK to fix 24bit color support with kitty
|
||||||
editor = "TERM=kitty-direct emacsclient -t -a 'emacs -t'";
|
editor = "TERM=kitty-direct emacsclient -t -a 'emacs -t'";
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
./spotify.nix
|
|
||||||
imports = [ ./email.nix ./firefox.nix ./kitty.nix ./rofi ./zathura.nix ];
|
imports = [ ./email.nix ./firefox.nix ./kitty.nix ./rofi ./zathura.nix ];
|
||||||
home-manager.users.moritz = {
|
home-manager.users.moritz = {
|
||||||
services.nextcloud-client = {
|
services.nextcloud-client = {
|
||||||
|
|
Loading…
Reference in New Issue