From a0dd5a3e1792e94afb809ce9ddfa96560500fc5d Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 4 Dec 2021 23:00:01 +0000 Subject: [PATCH] Remove spotifyd and add other stuff --- flake.lock | 12 ++++++------ user/daniel/home.nix | 14 ++------------ 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 1229750..91c43e3 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1638311312, - "narHash": "sha256-OMAd3WZ/VtMK0QQwDrrynP6+jOlWLd1yQtnW56+eZtA=", + "lastModified": 1638571010, + "narHash": "sha256-KSO7u13VRLdklQTKYJaBSfVcurEvw+HifAsHR7V2i5E=", "owner": "nix-community", "repo": "home-manager", - "rev": "f23073f1daa769a28a12ac587eea487aa8afb196", + "rev": "781d25b315def05cd7ede3765226c54216f0b1fe", "type": "github" }, "original": { @@ -57,11 +57,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1638286143, - "narHash": "sha256-A+rgjbIpz3uPRKHPXwdmouVcVn5pZqLnaZHymjkraG4=", + "lastModified": 1638376152, + "narHash": "sha256-ucgLpVqhFnClH7YRUHBHnmiOd82RZdFR3XJt36ks5fE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "29d1f6e1f625d246dcf84a78ef97b4da3cafc6ea", + "rev": "6daa4a5c045d40e6eae60a3b6e427e8700f1c07f", "type": "github" }, "original": { diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 7995f9b..7bbd5ae 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -58,8 +58,10 @@ nerdfonts oh-my-zsh pavucontrol + playerctl python3 spotify + ranger restic rofi starship @@ -111,16 +113,4 @@ }; }; }; - - services = { - spotifyd = { - enable = true; - package = (pkgs.spotifyd.override { withKeyring = true; }); - settings = { - global = { - useKeyring = true; - }; - }; - }; - }; }