Add general home configuration function and starship configuration

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-04-28 22:52:41 +03:00
parent 11d2280c7c
commit 190435b507
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
3 changed files with 46 additions and 0 deletions

3
home-manager/config.nix Normal file
View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
imports = [./starship.nix];
}