7 lines
187 B
Nix
Executable file
7 lines
187 B
Nix
Executable file
{pkgs, ...}: {
|
|
home.packages = [
|
|
(import ./get-music-cover.nix {inherit pkgs;})
|
|
(import ./scratchpad.nix {inherit pkgs;})
|
|
(import ./format-drive.nix {inherit pkgs;})
|
|
];
|
|
}
|