chore: update Project/TODO

This commit is contained in:
Infinidoge 2022-01-10 00:35:56 -05:00
parent db485540de
commit 43ee1db50a
3 changed files with 67 additions and 18 deletions

View file

@ -35,40 +35,32 @@
* PROJ My computer configurations * 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 *** TODO Commands menu
- [ ] Modifier key for opening in shell - [ ] Modifier key for opening in shell
*** TODO Add theming *** DONE Add theming
- Possibly abstract out color theme to a Nix file to share - Possibly abstract out color theme to a Nix file to share
** TODO Replace MultiMC with PolyMC
** TODO Add Polychromatic
** PROJ Miscellaneous Configurations ** PROJ Miscellaneous Configurations
*** TODO dconf *** TODO dconf
*** HOLD emacs *** HOLD libreoffice
- Automatically install Doom Emacs
*** TODO fontconfig
*** TODO htop
*** TODO libreoffice
*** TODO neofetch *** TODO neofetch
*** DONE nixpkgs
*** TODO powercord
*** TODO SpeedCrunch *** TODO SpeedCrunch
*** TODO systemd *** TODO systemd

57
Project.org_archive Normal file
View 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

View file

@ -15,7 +15,7 @@ in
multimc = { multimc = {
enable = mkBoolOpt false; enable = mkBoolOpt false;
msaClientID = mkOpt str "01524508-0110-46fc-b468-362d31ca41e6"; msaClientID = mkOpt str "01524508-0110-46fc-b468-362d31ca41e6";
package = mkOpt package pkgs.multimc; package = mkOpt package pkgs.multimc; # TODO Replace with PolyMC
}; };
lutris = { lutris = {
enable = mkBoolOpt false; enable = mkBoolOpt false;