update locks, use one password for signing, move deprecated options

This commit is contained in:
Christoph Hollizeck 2024-04-14 10:11:30 +02:00
parent 5c80e6ba80
commit d7b0c7cdee
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
9 changed files with 62 additions and 55 deletions

View file

@ -16,8 +16,10 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ noisetorch pavucontrol
];
environment.systemPackages = with pkgs; [
noisetorch
pavucontrol
];
programs.noisetorch.enable = true;