about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-19 14:10:59 +0100
committerene <ene@sils.li>2023-02-19 14:10:59 +0100
commitaa56f1df7680c76f4c781d8d04dcc1819ae8d330 (patch)
treea6a1cd4f42201d6d4b847a922584f213a8dfe064 /home-manager
parentFix: Add a way to use secrets (diff)
downloadnixos-config-aa56f1df7680c76f4c781d8d04dcc1819ae8d330.tar.gz
nixos-config-aa56f1df7680c76f4c781d8d04dcc1819ae8d330.zip
Fix(home-manager): Remove typos
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/config/default.nix2
-rw-r--r--home-manager/config/nheko/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/config/default.nix b/home-manager/config/default.nix
index 0a8669de..e2fdfa31 100644
--- a/home-manager/config/default.nix
+++ b/home-manager/config/default.nix
@@ -1,5 +1,5 @@
 # vim: ts=2
-{_}: {
+{...}: {
   imports = [
     ./alacritty
     ./btop
diff --git a/home-manager/config/nheko/default.nix b/home-manager/config/nheko/default.nix
index b574cbaf..b7f88378 100644
--- a/home-manager/config/nheko/default.nix
+++ b/home-manager/config/nheko/default.nix
@@ -12,7 +12,7 @@
 
       auth = {
         # TODO This saves the token world readable in the store, but I don't see a better option yet
-        access_token = builtins.readFile (lib.replaceStrings ["\n"] [""] agenix.secrets.nheko.path);
+        access_token = builtins.readFile (lib.replaceStrings ["\n"] [""] config.age.secrets.nheko.path);
         device_id = "BAEZYLUEKE";
         home_server = "https://matrix.sils.li:443";
         user_id = "@@ene:sils.li";