mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
12 lines
198 B
Nix
12 lines
198 B
Nix
{
|
|
config = {
|
|
programs.discocss = {
|
|
enable = true;
|
|
discordAlias = false;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/discocss/custom.css
|
|
'';
|
|
};
|
|
}
|