Fix namespace misspelling

This commit is contained in:
Julian Mutter 2024-02-01 20:45:12 +01:00
parent 0e205a96d9
commit 820574addf
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
# The root of the snowfall config
root = ./.;
# lib, package and overlay namespace
namepace = "frajul";
namespace = "frajul"; # defaults to "internal"
meta = {
name = "Julian's dotfiles";

View File

@ -53,7 +53,7 @@ config, ... }: {
# Further tools
# (lib.internal.my-helper-function lazygit)
(lib.frajul.my-helper-function lazygit)
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
@ -62,7 +62,7 @@ config, ... }: {
# '')
## My scripts
pkgs.internal.deploy-to-pianopi
pkgs.frajul.deploy-to-pianopi
];
home.file = {