1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

chore: dot -> lib

This commit is contained in:
2020-10-28 22:05:33 +01:00
parent 48fcb08427
commit da55a342e3
9 changed files with 42 additions and 65 deletions

View File

@@ -31,7 +31,7 @@ in {
services.matterbridge = {
enable = true;
configPath = toString (pkgs.writeTOML (import <niveum/dot/matterbridge.nix> {
configPath = toString (pkgs.writeTOML (import <niveum/lib/matterbridge.nix> {
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
}));
};
@@ -53,7 +53,6 @@ in {
networking.hostName = "toum";
environment.variables.TERM = "linux";
environment.variables.HTOPRC = toString <niveum/dot/htoprc>;
environment.systemPackages = with pkgs; [
git vim htop wget reptyr