Remove spotifyd and add other stuff
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638311312,
|
"lastModified": 1638571010,
|
||||||
"narHash": "sha256-OMAd3WZ/VtMK0QQwDrrynP6+jOlWLd1yQtnW56+eZtA=",
|
"narHash": "sha256-KSO7u13VRLdklQTKYJaBSfVcurEvw+HifAsHR7V2i5E=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "f23073f1daa769a28a12ac587eea487aa8afb196",
|
"rev": "781d25b315def05cd7ede3765226c54216f0b1fe",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -57,11 +57,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638286143,
|
"lastModified": 1638376152,
|
||||||
"narHash": "sha256-A+rgjbIpz3uPRKHPXwdmouVcVn5pZqLnaZHymjkraG4=",
|
"narHash": "sha256-ucgLpVqhFnClH7YRUHBHnmiOd82RZdFR3XJt36ks5fE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "29d1f6e1f625d246dcf84a78ef97b4da3cafc6ea",
|
"rev": "6daa4a5c045d40e6eae60a3b6e427e8700f1c07f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -58,8 +58,10 @@
|
|||||||
nerdfonts
|
nerdfonts
|
||||||
oh-my-zsh
|
oh-my-zsh
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
playerctl
|
||||||
python3
|
python3
|
||||||
spotify
|
spotify
|
||||||
|
ranger
|
||||||
restic
|
restic
|
||||||
rofi
|
rofi
|
||||||
starship
|
starship
|
||||||
@@ -111,16 +113,4 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
|
||||||
spotifyd = {
|
|
||||||
enable = true;
|
|
||||||
package = (pkgs.spotifyd.override { withKeyring = true; });
|
|
||||||
settings = {
|
|
||||||
global = {
|
|
||||||
useKeyring = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user