push
This commit is contained in:
13
modules/software/nixcord.nix
Normal file
13
modules/software/nixcord.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }: {
|
||||
den.aspects.librewolf = {
|
||||
homeManager = {
|
||||
imports = [ inputs.nixcord.homeModules.nixcord ];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
|
||||
dorion.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user