diff --git a/.gitignore b/.gitignore index ce548ea..8a09626 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ secrets.nix result +todo.txt.bak +done.txt +report.txt diff --git a/configs/default.nix b/configs/default.nix index afb2919..f9a7144 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -219,6 +219,8 @@ wcd = "source ${wcd}"; where = "source ${where}"; take = "source ${take}"; + tree = "${pkgs.exa}/bin/exa --tree"; + cat = "${pkgs.bat}/bin/bat --style=plain"; }; } { diff --git a/todo.txt b/todo.txt index 07c4d81..73ac925 100644 --- a/todo.txt +++ b/todo.txt @@ -6,6 +6,8 @@ x (C) 2019-08-26 2019-08-25 @package tolino-screensaver (C) 2019-08-25 @package wallpapers (C) 2019-08-26 create +guest_user (gnome, firefox with plugins and prefs, libreoffice) @homeros (C) 2019-08-26 move gui stuff out of systemPackages and into users.me +guest_user -(B) 2019-08-26 environment.shellAliases.cat = "bat --style=plain" -(B) 2019-08-26 environment.shellAliases.tree = "exa --tree" (B) 2019-08-27 host something on @catullus (with nginx) +(A) 2019-08-27 @package gourmet +(A) 2019-08-27 fix offlineimap password +x (B) 2019-08-26 2019-08-26 environment.shellAliases.cat = "bat --style=plain" +x (B) 2019-08-26 2019-08-26 environment.shellAliases.tree = "exa --tree"