Initial commit
This commit is contained in:
13
home/apps/shell_common.nix
Normal file
13
home/apps/shell_common.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
lib, config, pkgs, ...
|
||||
}: let
|
||||
cfg = config.shell;
|
||||
in {
|
||||
imports = [
|
||||
./starship.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.zoxide
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user