chore: update Project/TODO
This commit is contained in:
parent
db485540de
commit
43ee1db50a
3 changed files with 67 additions and 18 deletions
26
Project.org
26
Project.org
|
@ -35,40 +35,32 @@
|
|||
|
||||
* PROJ My computer configurations
|
||||
|
||||
** DONE Readd Stretchly
|
||||
** TODO Autostart Stretchly
|
||||
|
||||
** TODO Add Rofi
|
||||
** STRT Add Rofi
|
||||
|
||||
*** TODO Desktop apps menu
|
||||
*** DONE Desktop apps menu
|
||||
|
||||
*** TODO Commands menu
|
||||
|
||||
- [ ] Modifier key for opening in shell
|
||||
|
||||
*** TODO Add theming
|
||||
*** DONE Add theming
|
||||
|
||||
- Possibly abstract out color theme to a Nix file to share
|
||||
|
||||
** TODO Replace MultiMC with PolyMC
|
||||
|
||||
** TODO Add Polychromatic
|
||||
|
||||
** PROJ Miscellaneous Configurations
|
||||
|
||||
*** TODO dconf
|
||||
|
||||
*** HOLD emacs
|
||||
|
||||
- Automatically install Doom Emacs
|
||||
|
||||
*** TODO fontconfig
|
||||
|
||||
*** TODO htop
|
||||
|
||||
*** TODO libreoffice
|
||||
*** HOLD libreoffice
|
||||
|
||||
*** TODO neofetch
|
||||
|
||||
*** DONE nixpkgs
|
||||
|
||||
*** TODO powercord
|
||||
|
||||
*** TODO SpeedCrunch
|
||||
|
||||
*** TODO systemd
|
||||
|
|
57
Project.org_archive
Normal file
57
Project.org_archive
Normal file
|
@ -0,0 +1,57 @@
|
|||
# -*- mode: org -*-
|
||||
|
||||
|
||||
Archived entries from file /etc/nixos/Project.org
|
||||
|
||||
|
||||
* DONE powercord
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2022-01-10 Mon 00:12
|
||||
:ARCHIVE_FILE: /etc/nixos/Project.org
|
||||
:ARCHIVE_OLPATH: My computer configurations/Miscellaneous Configurations
|
||||
:ARCHIVE_CATEGORY: Project
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
||||
|
||||
|
||||
* DONE nixpkgs
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2022-01-10 Mon 00:12
|
||||
:ARCHIVE_FILE: /etc/nixos/Project.org
|
||||
:ARCHIVE_OLPATH: My computer configurations/Miscellaneous Configurations
|
||||
:ARCHIVE_CATEGORY: Project
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
||||
|
||||
|
||||
* DONE htop
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2022-01-10 Mon 00:13
|
||||
:ARCHIVE_FILE: /etc/nixos/Project.org
|
||||
:ARCHIVE_OLPATH: My computer configurations/Miscellaneous Configurations
|
||||
:ARCHIVE_CATEGORY: Project
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
||||
|
||||
|
||||
* DONE fontconfig
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2022-01-10 Mon 00:13
|
||||
:ARCHIVE_FILE: /etc/nixos/Project.org
|
||||
:ARCHIVE_OLPATH: My computer configurations/Miscellaneous Configurations
|
||||
:ARCHIVE_CATEGORY: Project
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
||||
|
||||
|
||||
* DONE emacs
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2022-01-10 Mon 00:13
|
||||
:ARCHIVE_FILE: /etc/nixos/Project.org
|
||||
:ARCHIVE_OLPATH: My computer configurations/Miscellaneous Configurations
|
||||
:ARCHIVE_CATEGORY: Project
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
||||
|
||||
- Automatically install Doom Emacs
|
||||
|
|
@ -15,7 +15,7 @@ in
|
|||
multimc = {
|
||||
enable = mkBoolOpt false;
|
||||
msaClientID = mkOpt str "01524508-0110-46fc-b468-362d31ca41e6";
|
||||
package = mkOpt package pkgs.multimc;
|
||||
package = mkOpt package pkgs.multimc; # TODO Replace with PolyMC
|
||||
};
|
||||
lutris = {
|
||||
enable = mkBoolOpt false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue