mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
remove base folder
This commit is contained in:
parent
6fa1f92b1b
commit
593268d6ba
@ -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;
|
@ -1,7 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./base/terminal.nix
|
||||
./base-terminal.nix
|
||||
./beancount.nix
|
||||
./borg.nix
|
||||
./chrome
|
||||
|
Loading…
x
Reference in New Issue
Block a user