wrappers: migrate to nilla
This commit is contained in:
parent
b79769a5ea
commit
c88daff343
6 changed files with 38 additions and 32 deletions
|
@ -7,6 +7,7 @@
|
|||
includes = [
|
||||
./modules/nilla
|
||||
./pkgs
|
||||
./wrappers
|
||||
];
|
||||
|
||||
config.inputs = builtins.mapAttrs (_: src: {
|
||||
|
@ -53,9 +54,8 @@
|
|||
symlinkJoin {
|
||||
name = "settei-base";
|
||||
paths = with (getPkgs system); [
|
||||
# TODO: wrappers
|
||||
# helix
|
||||
# fish
|
||||
helix
|
||||
fish
|
||||
git-commit-last
|
||||
git-fixup
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue