8 lines
205 B
Nix
8 lines
205 B
Nix
{ ... }:
|
|
|
|
# This folder is for programs that do not have existing configuration modules in NixOS.
|
|
# Basically a to-do list for stuff I need to write my own modules for.
|
|
{
|
|
imports = [ ./neofetch.nix ];
|
|
}
|