feat: configuring shell & add fish shell
This commit is contained in:
parent
f20e3a6b57
commit
e73cc0c0f5
10 changed files with 130 additions and 22 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
# Import shared cross-platform home configuration
|
||||
imports =
|
||||
[ ../../home/rsydn/base.nix ./programs/aerospace ./programs/ghostty.nix ];
|
||||
imports = [
|
||||
../../home/rsydn/base.nix
|
||||
../../home/rsydn/shell/nushell.nix
|
||||
./programs/aerospace
|
||||
./programs/ghostty.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue