Clean home env

This commit is contained in:
soraefir
2026-06-14 10:39:32 +02:00
parent 577fd364fd
commit abce77a6a6
16 changed files with 125 additions and 123 deletions

View File

@@ -1,11 +1,9 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
sudo
ripgrep
unzip
socat
ripgrep
appimage-run

View File

@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }: {
home.sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
home.packages = with pkgs; [ starship ];
programs.starship = {
enable = true;
enableFishIntegration = false;