remove base folder

This commit is contained in:
Tyler Starr 2024-10-26 19:30:30 -07:00
parent 6fa1f92b1b
commit 593268d6ba
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ config, lib, pkgs, user, ... }:
let cfg = config.modules.programs.base.terminal;
let cfg = config.modules.programs.base-terminal;
in {
options.modules.programs.base.terminal = with lib; {
options.modules.programs.base-terminal = with lib; {
enable = lib.mkOption {
type = with types; bool;
default = true;

View File

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./base/terminal.nix
./base-terminal.nix
./beancount.nix
./borg.nix
./chrome