|
|
@ -1,7 +1,7 @@ |
|
|
{ config, pkgs, ... }: |
|
|
{ config, pkgs, ... }: |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
imports = [ ./modules/starship.nix ] |
|
|
imports = [ ./modules/starship.nix ]; |
|
|
# Home Manager needs a bit of information about you and the |
|
|
# Home Manager needs a bit of information about you and the |
|
|
# paths it should manage. |
|
|
# paths it should manage. |
|
|
home.username = "hblobner"; |
|
|
home.username = "hblobner"; |
|
|
|