framework: fixes and tweaks
This commit is contained in:
parent
08ec72daba
commit
e97a74b983
15 changed files with 33 additions and 42 deletions
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}: {
|
||||
options.programs = {
|
||||
terminal = lib.mkPackageOption pkgs "alacritty" {};
|
||||
terminal = lib.mkPackageOption pkgs "foot" {};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
@ -16,5 +16,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue