add vencord (yes, ik, wrong order)

This commit is contained in:
Schrottkatze 2025-04-01 17:58:07 +02:00
parent 279aebf54e
commit b8c6e0c196
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
2 changed files with 18 additions and 0 deletions

View file

@ -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,

View file

@ -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