Add general home configuration function and starship configuration
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
11d2280c7c
commit
190435b507
3 changed files with 46 additions and 0 deletions
3
home-manager/config.nix
Normal file
3
home-manager/config.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./starship.nix];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue