Refactor config to merge modules from platforms
This commit is contained in:
parent
a3eecd7007
commit
0c4ce3e936
32 changed files with 95 additions and 116 deletions
13
home-manager/shell/default.nix
Normal file
13
home-manager/shell/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./starship.nix
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Hook nix-direnv to shell
|
||||
|
||||
programs.fish.shellInit = "direnv hook fish | source";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue