mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Big, might break stuff
This commit is contained in:
parent
5fafc45eb4
commit
54c6e42ca0
6 changed files with 57 additions and 51 deletions
|
|
@ -3,7 +3,6 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.modules.bash;
|
||||
flakePath = builtins.toString config.user.defaultFlakePath;
|
||||
|
||||
in
|
||||
{ options.modules.bash = { enable = mkEnableOption "bash"; };
|
||||
|
|
@ -15,7 +14,7 @@ in
|
|||
initExtra = import ./config/prompt.nix;
|
||||
profileExtra = import ./config/bashprofile.nix;
|
||||
bashrcExtra = import ./config/bashrc.nix;
|
||||
shellAliases = import ./config/alias.nix { inherit flakePath; };
|
||||
shellAliases = import ./config/alias.nix;
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue