Update TODO
This commit is contained in:
1
TODO.org
1
TODO.org
@@ -22,6 +22,7 @@ https://sw.kovidgoyal.net/kitty/actions/#action-toggle-layout
|
||||
** Cheatsheet popup shortcuts
|
||||
** Easier shortcuts to resize panes
|
||||
ctrl+shift+arrows
|
||||
** ssh wrapper
|
||||
* Shell
|
||||
** Aliases to auto-deploy templates for python/nix direnv
|
||||
** my own version of "hey"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
home.stateVersion = "22.05";
|
||||
# TODO - ask for sanity check
|
||||
home.homeDirectory = if lib.strings.hasInfix "darwin" pkgs.system
|
||||
then /Users/${config.home.username} else /home/${config.home.username};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user