mpd stuff
This commit is contained in:
parent
da5f979a59
commit
edb92986fc
10 changed files with 362 additions and 16 deletions
|
@ -9,6 +9,7 @@
|
|||
desktop
|
||||
music
|
||||
langs
|
||||
mpd
|
||||
emacs
|
||||
];
|
||||
|
||||
|
@ -128,10 +129,6 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
playerctld = {
|
||||
enable = true;
|
||||
package = pkgs.playerctl;
|
||||
};
|
||||
borgmatic = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
2
homes/emenel/dotfiles/dot_local/bin/wezappfloat
Executable file
2
homes/emenel/dotfiles/dot_local/bin/wezappfloat
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
wezterm --config-file /home/emenel/.config/wezterm/launcher.lua start --class floatapp --always-new-process "$1"
|
Loading…
Add table
Add a link
Reference in a new issue