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";
|
stylix.url = "github:danth/stylix";
|
||||||
typst-within.url = "github:schrottkatze/typst";
|
typst-within.url = "github:schrottkatze/typst";
|
||||||
crane.url = "github:ipetkov/crane";
|
crane.url = "github:ipetkov/crane";
|
||||||
|
nixcord.url = "github:kaylorben/nixcord";
|
||||||
lix-module = {
|
lix-module = {
|
||||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -79,6 +80,9 @@
|
||||||
home-manager.extraSpecialArgs = {
|
home-manager.extraSpecialArgs = {
|
||||||
inherit pkgs-unstable-small pkgs-stable typst-within;
|
inherit pkgs-unstable-small pkgs-stable typst-within;
|
||||||
};
|
};
|
||||||
|
home-manager.sharedModules = [
|
||||||
|
inputs.nixcord.homeManagerModules.nixcord
|
||||||
|
];
|
||||||
home-manager.users.jade = {
|
home-manager.users.jade = {
|
||||||
nixosConfig,
|
nixosConfig,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
@ -106,6 +110,9 @@
|
||||||
home-manager.extraSpecialArgs = {
|
home-manager.extraSpecialArgs = {
|
||||||
inherit pkgs-unstable-small pkgs-stable typst-within;
|
inherit pkgs-unstable-small pkgs-stable typst-within;
|
||||||
};
|
};
|
||||||
|
home-manager.sharedModules = [
|
||||||
|
inputs.nixcord.homeManagerModules.nixcord
|
||||||
|
];
|
||||||
home-manager.users.jade = {
|
home-manager.users.jade = {
|
||||||
nixosConfig,
|
nixosConfig,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
|
@ -16,6 +16,17 @@ in
|
||||||
pkgs-stable,
|
pkgs-stable,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
programs.nixcord = {
|
||||||
|
enable = true;
|
||||||
|
vesktop = {
|
||||||
|
enable = true;
|
||||||
|
# autoScroll.enable = true;
|
||||||
|
};
|
||||||
|
config = {
|
||||||
|
frameless = true;
|
||||||
|
disableMinSize = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
signal-desktop
|
signal-desktop
|
||||||
mumble
|
mumble
|
||||||
|
|
Loading…
Add table
Reference in a new issue