add vencord (yes, ik, wrong order)
This commit is contained in:
parent
279aebf54e
commit
b8c6e0c196
2 changed files with 18 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
stylix.url = "github:danth/stylix";
|
||||
typst-within.url = "github:schrottkatze/typst";
|
||||
crane.url = "github:ipetkov/crane";
|
||||
nixcord.url = "github:kaylorben/nixcord";
|
||||
lix-module = {
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -79,6 +80,9 @@
|
|||
home-manager.extraSpecialArgs = {
|
||||
inherit pkgs-unstable-small pkgs-stable typst-within;
|
||||
};
|
||||
home-manager.sharedModules = [
|
||||
inputs.nixcord.homeManagerModules.nixcord
|
||||
];
|
||||
home-manager.users.jade = {
|
||||
nixosConfig,
|
||||
pkgs,
|
||||
|
@ -106,6 +110,9 @@
|
|||
home-manager.extraSpecialArgs = {
|
||||
inherit pkgs-unstable-small pkgs-stable typst-within;
|
||||
};
|
||||
home-manager.sharedModules = [
|
||||
inputs.nixcord.homeManagerModules.nixcord
|
||||
];
|
||||
home-manager.users.jade = {
|
||||
nixosConfig,
|
||||
pkgs,
|
||||
|
|
|
@ -16,6 +16,17 @@ in
|
|||
pkgs-stable,
|
||||
...
|
||||
}: {
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
vesktop = {
|
||||
enable = true;
|
||||
# autoScroll.enable = true;
|
||||
};
|
||||
config = {
|
||||
frameless = true;
|
||||
disableMinSize = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
signal-desktop
|
||||
mumble
|
||||
|
|
Loading…
Add table
Reference in a new issue