TODO.org: Update TODOs

This commit is contained in:
Collin J. Doering 2023-04-02 21:53:30 -04:00
parent 41127138de
commit cf2be1c40c
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 20 additions and 7 deletions

View File

@ -1158,6 +1158,11 @@ DEADLINE: <2023-04-30 Sun>
*** TODO Setup guix on personal pinebook pro
See:
- http://www.joyofsource.com/guix-system-on-the-pinebook-pro.html
- https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/images/pinebook-pro.scm
- https://github.com/Millak/guix-config/blob/master/pinebookpro.scm
*** TODO Setup guix on dell personal laptop
** Ideas :spike:
@ -1323,18 +1328,19 @@ configuration file in place.
Alternatively, the docker-configuration could be updated to support setting logging
configuration and other options.
** DOING [#A] Setup guix on lenovo t80s personal laptop
DEADLINE: <2023-03-19 Sun>
** DONE [#A] Setup guix on lenovo t80s personal laptop
CLOSED: [2023-04-02 Sun 21:52] DEADLINE: <2023-03-19 Sun>
- State "DONE" from "DOING" [2023-04-02 Sun 21:52]
- State "DOING" from "TODO" [2022-03-14 Mon 11:50]
*** Notes
**** Partitioning
***** TODO Create disk partition table and layout
***** Create disk partition table and layout
#+begin_src bash
# TODO: Create gpt labeled disk
parted /dev/nvme0n1 mklabel gpt
#+end_src
***** Create EFI partition
@ -1467,8 +1473,11 @@ CLOSED: [2022-04-20 Wed 11:48]
This is going to require using a pre-built guix image that includes the appropriate firmware
and blob loader (non-libre linux kernel).
***** TODO Streamline setup as my own disk image
***** CANCELED Streamline setup as my own disk image
CLOSED: [2023-04-02 Sun 21:52]
- State "CANCELED" from "TODO" [2023-04-02 Sun 21:52] \\
This will be captured in a later TODO
**** Setup user-space
***** Setup flatpak
@ -1497,8 +1506,12 @@ CLOSED: [2022-04-20 Wed 11:48]
session is restarted.
#+end_src
****** TODO Install flatpak applications
****** DONE Install flatpak applications
CLOSED: [2023-04-02 Sun 21:44]
- Note taken on [2023-04-02 Sun 21:44] \\
Created a TODO item for my dotfiles to resolve this
- State "DONE" from "TODO" [2023-04-02 Sun 21:44]
I don't currently know which applications I will be using from flatpak. It will be a fallback
if the package is not available in Non-Guix or Guix repositories, and cannot be easily
packaged.
@ -1508,6 +1521,6 @@ installed. For the time being, I will just keep track of what has been installed
#+begin_src bash
flatpak install flathub us.zoom.Zoom
flatpak install flathub com.slack.Slack
flatpak install com.plexamp.Plexamp
#+end_src