Forgot to import the general headless apps

This commit is contained in:
Jimbo 2024-10-16 01:42:34 -04:00
parent dc2099779b
commit 1cf5f3ea15
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
# Programs and apps # Programs and apps
../../../modules/home ../../../modules/home
../../../modules/home/users ../../../modules/home/users
../../../modules/home/programs/misc/headless
../../../modules/home/programs/terminal/fastfetch ../../../modules/home/programs/terminal/fastfetch
../../../modules/home/programs/terminal/git ../../../modules/home/programs/terminal/git
../../../modules/home/programs/terminal/neovim ../../../modules/home/programs/terminal/neovim

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
home-manager home-manager