im lazy
This commit is contained in:
parent
e7fdc3af6b
commit
d5e36b8df8
11 changed files with 441 additions and 105 deletions
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
config.nixcord.homeManagerModules.nixcord
|
||||
];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
config = {
|
||||
#themeLinks = [
|
||||
# ""
|
||||
#];
|
||||
|
||||
# no surrounding window frame
|
||||
frameless = true;
|
||||
|
||||
plugins = {
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue