chore: minor cleaning

This commit is contained in:
Youwen Wu 2024-12-19 14:31:21 -08:00
parent 93d02e1d84
commit c740edb912
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,7 +1,4 @@
{ pkgs, ... }:
let
inherit (builtins) readFile;
in
{
home.file.".essentials" = {
source = ./essentials;
@ -77,14 +74,6 @@ in
extensions = [ pkgs.github-copilot-cli ];
};
# programs.oh-my-posh = {
# enable = true;
# # enableZshIntegration = true;
# enableFishIntegration = true;
# enableBashIntegration = true;
# useTheme = "gruvbox";
# };
programs.starship = {
enable = true;
enableFishIntegration = true;
@ -92,7 +81,7 @@ in
enableNushellIntegration = true;
};
home.file.".config/starship.toml".text = readFile ./jetpack.toml;
home.file.".config/starship.toml".text = builtins.readFile ./jetpack.toml;
programs.direnv = {
enable = true;