diff --git a/Project.org b/Project.org index 4c726f7..b04fc89 100644 --- a/Project.org +++ b/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 diff --git a/Project.org_archive b/Project.org_archive new file mode 100644 index 0000000..a6d0b4b --- /dev/null +++ b/Project.org_archive @@ -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 + diff --git a/modules/modules/desktop/gaming.nix b/modules/modules/desktop/gaming.nix index 596aa08..0a65872 100644 --- a/modules/modules/desktop/gaming.nix +++ b/modules/modules/desktop/gaming.nix @@ -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;