some qol
This commit is contained in:
parent
340fde6e8d
commit
ccce41dcde
4 changed files with 17 additions and 2 deletions
|
|
@ -21,6 +21,7 @@
|
|||
grim
|
||||
|
||||
hypridle # TODO: remove when fixed with config
|
||||
playerctl
|
||||
];
|
||||
|
||||
services.playerctld.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services.spotifyd.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
(symlinkJoin {
|
||||
name = "spotify";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue