8 lines
99 B
Nix
8 lines
99 B
Nix
{ ... }:
|
|
|
|
{
|
|
home.file.".config/awesome" = {
|
|
recursive = true;
|
|
source = ./dotfiles;
|
|
};
|
|
} |