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"
|
"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": {
|
"gitignore": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
@ -569,6 +589,7 @@
|
||||||
"asterisk-sounds-de": "asterisk-sounds-de",
|
"asterisk-sounds-de": "asterisk-sounds-de",
|
||||||
"disko": "disko",
|
"disko": "disko",
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
|
"gg-chatmix": "gg-chatmix",
|
||||||
"gomod2nix": "gomod2nix",
|
"gomod2nix": "gomod2nix",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"impermanence": "impermanence",
|
"impermanence": "impermanence",
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
nix-filter.url = "github:numtide/nix-filter";
|
nix-filter.url = "github:numtide/nix-filter";
|
||||||
|
|
||||||
|
gg-chatmix = {
|
||||||
|
url = "github:nilathedragon/gg-chatmix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
gomod2nix = {
|
gomod2nix = {
|
||||||
url = "github:nix-community/gomod2nix";
|
url = "github:nix-community/gomod2nix";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
|
|
@ -215,6 +220,7 @@
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
inputs.gg-chatmix.nixosModule
|
||||||
] ++ extraModules;
|
] ++ extraModules;
|
||||||
})
|
})
|
||||||
(import ./hosts inputs);
|
(import ./hosts inputs);
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
./remarkable.nix
|
./remarkable.nix
|
||||||
./sdr.nix
|
./sdr.nix
|
||||||
./sshd.nix
|
./sshd.nix
|
||||||
|
./steelseries-nova-pro.nix
|
||||||
./sudo.nix
|
./sudo.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./udmx.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