mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-09 06:01:08 +01:00
de: Add playerctl for audio keys
This commit is contained in:
parent
36b48e5755
commit
dc99aa2f68
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
nixos-cosmic: {
|
||||
nixos-cosmic:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ nixos-cosmic.nixosModules.default ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ playerctl ];
|
||||
|
||||
nix.settings = {
|
||||
substituters = [ "https://cosmic.cachix.org/" ];
|
||||
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue