feat: tidy shell config

This commit is contained in:
2026-01-01 20:57:54 +08:00
parent a56e9bdaf2
commit df0a21913e
6 changed files with 28 additions and 10 deletions

View File

@@ -30,6 +30,9 @@
PATH = "/home/${username}/bin:$PATH";
};
};
programs.fish.interactiveShellInit = ''
set -gp PATH $HOME/bin
'';
programs.niri.settings = {
environment.STEAM_FORCE_DESKTOPUI_SCALING = "1.25";