initial commit
This commit is contained in:
8
home/programs/cmus/default.nix
Normal file
8
home/programs/cmus/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/cmus/rc".source = ./rc;
|
||||
home.file.".config/cmus/autosave".source = ./autosave;
|
||||
}
|
||||
Reference in New Issue
Block a user