migrate sajenim to erika
This commit is contained in:
parent
bb6e9990c0
commit
5a2c44905f
9 changed files with 0 additions and 0 deletions
|
@ -1,19 +0,0 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
discord = prev.discord.override { withOpenASAR = true; };
|
||||
})
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
betterdiscordctl
|
||||
];
|
||||
|
||||
home.file.".config/BetterDiscord/data/stable/custom.css" = {
|
||||
enable = true;
|
||||
source = ./config/custom.css;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue