Add gg-chatmix
This commit is contained in:
parent
e39cac2ba9
commit
8b994f1ed0
4 changed files with 35 additions and 0 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -170,6 +170,26 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"gg-chatmix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1748177977,
|
||||
"narHash": "sha256-xC/dOrDrZoQhUfVotj/z14iTwGlE80OqSl9S5zkevdA=",
|
||||
"owner": "nilathedragon",
|
||||
"repo": "gg-chatmix",
|
||||
"rev": "1dadaa51794042c20ddc52d52479e8a156bd235b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nilathedragon",
|
||||
"repo": "gg-chatmix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"gitignore": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
|
@ -569,6 +589,7 @@
|
|||
"asterisk-sounds-de": "asterisk-sounds-de",
|
||||
"disko": "disko",
|
||||
"flake-utils": "flake-utils",
|
||||
"gg-chatmix": "gg-chatmix",
|
||||
"gomod2nix": "gomod2nix",
|
||||
"home-manager": "home-manager",
|
||||
"impermanence": "impermanence",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@
|
|||
|
||||
nix-filter.url = "github:numtide/nix-filter";
|
||||
|
||||
gg-chatmix = {
|
||||
url = "github:nilathedragon/gg-chatmix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
gomod2nix = {
|
||||
url = "github:nix-community/gomod2nix";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
|
|
@ -215,6 +220,7 @@
|
|||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.gg-chatmix.nixosModule
|
||||
] ++ extraModules;
|
||||
})
|
||||
(import ./hosts inputs);
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
./remarkable.nix
|
||||
./sdr.nix
|
||||
./sshd.nix
|
||||
./steelseries-nova-pro.nix
|
||||
./sudo.nix
|
||||
./sway.nix
|
||||
./udmx.nix
|
||||
|
|
|
|||
7
modules/steelseries-nova-pro.nix
Normal file
7
modules/steelseries-nova-pro.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, config, ... }:
|
||||
|
||||
lib.mkIf config.jalr.gui.enable {
|
||||
services.gg-chatmix = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue