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
|
** 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"
|
||||||
|
|||||||
@@ -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};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user