actually import figlet

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-10 12:29:12 +02:00
parent 46bdbb10f9
commit 88eadf2d64

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }@all: with all; { pkgs, ... }@all: with all; {
{
imports = [ imports = [
./home-modules/auto-mount.nix ./home-modules/auto-mount.nix
./home-modules/bash.nix ./home-modules/bash.nix
@@ -12,6 +11,7 @@
./home-modules/discord.nix ./home-modules/discord.nix
./home-modules/email.nix ./home-modules/email.nix
./home-modules/firefox.nix ./home-modules/firefox.nix
./home-modules/figlet.nix
./home-modules/fish.nix ./home-modules/fish.nix
./home-modules/games.nix ./home-modules/games.nix
./home-modules/gestures.nix ./home-modules/gestures.nix