Change mpv for mplayer, fixes emacs/emms/MPRIS issues I was having

Reorganise, remove home/media/default.nix and move some home.package
definitions that I'd missed into relevant environment.systemPackages
This commit is contained in:
Evie Litherland-Smith 2023-12-21 11:25:48 +00:00
parent cb9e34c2d7
commit c3b787ce18
7 changed files with 10 additions and 28 deletions

View file

@ -25,7 +25,6 @@
homeModules = [
./home/accounts/default.nix
./home/hyprland/default.nix
./home/media/default.nix
./home/nyxt/default.nix
./home/alacritty.nix
./home/default.nix

View file

@ -1,11 +1,4 @@
{ config, lib, pkgs, ... }: {
home.packages = with pkgs; [
grim
slurp
signal-desktop
whatsapp-for-linux
webcord
];
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
services = {
avizo.enable = true;

View file

@ -1,6 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
gtk = {
enable = true;
cursorTheme = {

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [ networkmanagerapplet bluez ];
{ config, ... }: {
systemd.user.targets.tray.Unit = {
Description = "Home Manager System Tray";
Requires = [ "graphical-session-pre.target" ];

View file

@ -1,15 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ tagger ];
programs.mpv = {
enable = true;
scripts = with pkgs.mpvScripts; [
mpris
autoload
thumbfast
thumbnail
sponsorblock
quality-menu
webtorrent-mpv-hook
];
};
}

View file

@ -11,6 +11,8 @@
protonvpn-cli
protonvpn-gui
transmission-gtk
mplayer
tagger
libreoffice
remmina
minesweep-rs

View file

@ -22,11 +22,17 @@
wtype
wl-clipboard
grim
slurp
swayimg
pamixer
pavucontrol
playerctl
brightnessctl
networkmanagerapplet
bluez
signal-desktop
whatsapp-for-linux
webcord
];
};
services = {