unfucking users again :3
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs;[
|
||||
starship
|
||||
];
|
||||
|
||||
xdg.configFile."starship.toml".source = ./starship.toml;
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user