mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
change audacious config
This commit is contained in:
parent
10da1900b9
commit
bd3f52040b
3 changed files with 29 additions and 1 deletions
5
modules/home/audacious/default.nix
Normal file
5
modules/home/audacious/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs; [ audacious ]);
|
||||
xdg.configFile."audacious/config".source = ./config;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue