mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
chore: move to <niveum/*>
This commit is contained in:
@@ -84,13 +84,13 @@ in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./containers.nix
|
||||
<configs/distrobump.nix>
|
||||
<configs/nixpkgs-unstable.nix>
|
||||
<configs/save-space.nix>
|
||||
<configs/tmux.nix>
|
||||
<configs/traadfri.nix>
|
||||
<modules/retiolum.nix>
|
||||
<modules/telegram-bot.nix>
|
||||
<niveum/configs/distrobump.nix>
|
||||
<niveum/configs/nixpkgs-unstable.nix>
|
||||
<niveum/configs/save-space.nix>
|
||||
<niveum/configs/tmux.nix>
|
||||
<niveum/configs/traadfri.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
<niveum/modules/telegram-bot.nix>
|
||||
{
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
writeDash = pkgs.writers.writeDash;
|
||||
@@ -103,7 +103,7 @@ in {
|
||||
{
|
||||
services.matterbridge = {
|
||||
enable = true;
|
||||
configPath = toString (pkgs.writeText "matterbridge.toml" (import <dot/matterbridge.nix> {
|
||||
configPath = toString (pkgs.writeText "matterbridge.toml" (import <niveum/dot/matterbridge.nix> {
|
||||
token = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/telegram/kmein.token>);
|
||||
}));
|
||||
};
|
||||
@@ -151,7 +151,7 @@ in {
|
||||
};
|
||||
|
||||
environment.variables.TERM = "linux";
|
||||
environment.variables.HTOPRC = toString <dot/htoprc>;
|
||||
environment.variables.HTOPRC = toString <niveum/dot/htoprc>;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
||||
@@ -14,8 +14,8 @@ let
|
||||
};
|
||||
in {
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
autorenkalender = pkgs.callPackage <packages/autorenkalender.nix> {};
|
||||
literature-quote = pkgs.callPackage <packages/literature-quote.nix> {};
|
||||
autorenkalender = pkgs.callPackage <niveum/packages/autorenkalender.nix> {};
|
||||
literature-quote = pkgs.callPackage <niveum/packages/literature-quote.nix> {};
|
||||
telegram-proverb = pkgs.python3Packages.callPackage proverb-bot-package {};
|
||||
telegram-reverse = pkgs.python3Packages.callPackage "${telebots-package}/telegram-reverse" {};
|
||||
telegram-odyssey = pkgs.python3Packages.callPackage "${telebots-package}/telegram-odyssey" {};
|
||||
|
||||
Reference in New Issue
Block a user