flake: clean up modules
This commit is contained in:
parent
28f18c9a99
commit
8cd8b3a3f9
64 changed files with 258 additions and 273 deletions
|
@ -1,15 +1,10 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
imports = [ ./common.nix ];
|
||||
|
||||
programs = {
|
||||
bash = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
initExtra = ''
|
||||
source <(${lib.getExe config.programs.kitty.package} + complete setup bash)
|
||||
'';
|
||||
};
|
||||
|
||||
starship.enableBashIntegration = true;
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
initExtra = ''
|
||||
source <(${lib.getExe config.programs.kitty.package} + complete setup bash)
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue