Adding terminal + starship + zsh
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
user,
|
||||
inputs,
|
||||
flakeRoot,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
./kitty.nix
|
||||
./starship.nix
|
||||
./zsh.nix
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user