Clean home env
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
sudo
|
||||
ripgrep
|
||||
unzip
|
||||
|
||||
socat
|
||||
ripgrep
|
||||
|
||||
appimage-run
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user