Update TODO

This commit is contained in:
2022-09-04 11:29:37 -07:00
parent ceded7b8d5
commit 3eacfcb9a7
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ https://sw.kovidgoyal.net/kitty/actions/#action-toggle-layout
** Cheatsheet popup shortcuts ** Cheatsheet popup shortcuts
** Easier shortcuts to resize panes ** Easier shortcuts to resize panes
ctrl+shift+arrows ctrl+shift+arrows
** ssh wrapper
* Shell * Shell
** Aliases to auto-deploy templates for python/nix direnv ** Aliases to auto-deploy templates for python/nix direnv
** my own version of "hey" ** my own version of "hey"

View File

@@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
home.stateVersion = "22.05"; home.stateVersion = "22.05";
# TODO - ask for sanity check
home.homeDirectory = if lib.strings.hasInfix "darwin" pkgs.system home.homeDirectory = if lib.strings.hasInfix "darwin" pkgs.system
then /Users/${config.home.username} else /home/${config.home.username}; then /Users/${config.home.username} else /home/${config.home.username};