mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-06-01 01:06:06 -07:00
move plus to single file
This commit is contained in:
parent
b367f9da61
commit
3d6a76f800
@ -6,7 +6,7 @@
|
||||
../programs/git.nix
|
||||
../programs/nvim.nix
|
||||
./physical.nix
|
||||
./plus
|
||||
./plus.nix
|
||||
];
|
||||
|
||||
# base nix options
|
||||
|
@ -3,9 +3,9 @@
|
||||
let cfg = config.modules.base-plus;
|
||||
in {
|
||||
imports = [
|
||||
../../programs/beancount.nix
|
||||
../../programs/borg.nix
|
||||
../../programs/yt-dlp.nix
|
||||
../programs/beancount.nix
|
||||
../programs/borg.nix
|
||||
../programs/yt-dlp.nix
|
||||
];
|
||||
options.modules.base-plus.enable = lib.mkEnableOption "base-plus";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user