bump 2026-04-02
This commit is contained in:
parent
42af95b6dc
commit
3e72b8c9b8
7 changed files with 150 additions and 122 deletions
|
|
@ -173,6 +173,7 @@ in {
|
|||
};
|
||||
|
||||
ssh = {
|
||||
enableDefaultConfig = false;
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
|
|
@ -307,5 +308,5 @@ in {
|
|||
|
||||
home.username = "tao";
|
||||
home.homeDirectory = "/home/tao";
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ export alias p = pueue
|
|||
export alias snapper = snapper -c home
|
||||
export alias zl = zellij
|
||||
|
||||
export def today-iso [] { date now | format date %F }
|
||||
|
||||
export alias cringe = sudo bootctl set-oneshot auto-windows
|
||||
|
||||
export alias la = ls -a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue