update-flake.lock

This commit is contained in:
Christoph Hollizeck 2024-04-11 10:02:07 +02:00
parent d107c56506
commit b86b4196e0
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 15 additions and 17 deletions

View file

@ -51,9 +51,6 @@ in
xkb = enabled;
};
security = {
gpg = enabled;
};
};
};
}

View file

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