Fix namespace misspelling
This commit is contained in:
parent
0e205a96d9
commit
820574addf
@ -31,7 +31,7 @@
|
|||||||
# The root of the snowfall config
|
# The root of the snowfall config
|
||||||
root = ./.;
|
root = ./.;
|
||||||
# lib, package and overlay namespace
|
# lib, package and overlay namespace
|
||||||
namepace = "frajul";
|
namespace = "frajul"; # defaults to "internal"
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
name = "Julian's dotfiles";
|
name = "Julian's dotfiles";
|
||||||
|
@ -53,7 +53,7 @@ config, ... }: {
|
|||||||
|
|
||||||
# Further tools
|
# Further tools
|
||||||
|
|
||||||
# (lib.internal.my-helper-function lazygit)
|
(lib.frajul.my-helper-function lazygit)
|
||||||
|
|
||||||
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ config, ... }: {
|
|||||||
# '')
|
# '')
|
||||||
|
|
||||||
## My scripts
|
## My scripts
|
||||||
pkgs.internal.deploy-to-pianopi
|
pkgs.frajul.deploy-to-pianopi
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user