mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
remove base folder
This commit is contained in:
parent
6fa1f92b1b
commit
593268d6ba
@ -1,8 +1,8 @@
|
|||||||
{ config, lib, pkgs, user, ... }:
|
{ config, lib, pkgs, user, ... }:
|
||||||
|
|
||||||
let cfg = config.modules.programs.base.terminal;
|
let cfg = config.modules.programs.base-terminal;
|
||||||
in {
|
in {
|
||||||
options.modules.programs.base.terminal = with lib; {
|
options.modules.programs.base-terminal = with lib; {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkOption {
|
||||||
type = with types; bool;
|
type = with types; bool;
|
||||||
default = true;
|
default = true;
|
@ -1,7 +1,7 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./base/terminal.nix
|
./base-terminal.nix
|
||||||
./beancount.nix
|
./beancount.nix
|
||||||
./borg.nix
|
./borg.nix
|
||||||
./chrome
|
./chrome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user