Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-14 | Emacs Macrostep Installation | Marek Paśnikowski | |
2022-08-13 | Set Emacs as Default Editor | Marek Paśnikowski | |
2022-08-13 | Further Configuration of Geiser | Marek Paśnikowski | |
2022-08-13 | Emacs Configuration Source Rename | Marek Paśnikowski | |
2022-08-13 | Tighter Parentheses | Marek Paśnikowski | |
2022-08-13 | Initial Emacs Dot File Definition | Marek Paśnikowski | |
2022-08-13 | Emacs Aggressive Indent Installation | Marek Paśnikowski | |
2022-08-13 | Emacs Company Installation | Marek Paśnikowski | |
2022-08-13 | Emacs Paredit Installation | Marek Paśnikowski | |
2022-08-13 | Emacs Guile Mode Installation | Marek Paśnikowski | |
2022-08-13 | Emacs Geiser Installation | Marek Paśnikowski | |
2022-08-10 | Remove indent package | Marek Paśnikowski | |
2022-07-21 | Complete Refactor | Marek Paśnikowski | |
2022-07-11 | Enable Guile Auto Compilation | Marek Paśnikowski | |
2022-06-02 | Installed CPUPower | Marek Paśnikowski | |
2022-06-02 | Removed TOR | Marek Paśnikowski | |
2022-04-20 | Install LibreOffice | Marek Paśnikowski | |
* home-configuration.scm (packages): Install LibreOffice. | |||
2022-04-20 | Multiline Package List | Marek Paśnikowski | |
* home-configuration.scm (packages) [list]: Split the list of packages into multiple lines in order to maintain it more easily in the future. | |||
2022-04-16 | Set EDITOR variable. | Marek Paśnikowski | |
* home-configuration.scm (services)[environment-variables]: Set the EDITOR variable to "nano" | |||
2022-04-16 | Clean Whitespace Typo | Marek Paśnikowski | |
* home-configuration.scm (services)[environment-variables]: Remove extra space. | |||
2022-04-16 | guix-config: Install gst-plugins | Marek Paśnikowski | |
* guix-config/home-configuration.scm (home-environment)[packages]: Add "gst-plugins-bad", "gst-plugins-base", "gst-plugins-good" and "gst-plugins-ugly". | |||
2022-04-14 | Repo Init | Marek Paśnikowski | |
2024-01-18 | Transfer Izumi files to a dedicated subfolder | Marek Paśnikowski | |
This change is needed to accomodate existence of other configurations in the same repository. | |||
2024-01-16 | Enable cryptography for git | Marek Paśnikowski | |
Configure the GPG key for git to use. | |||
2024-01-16 | Repair the home-bash-configuration service | Marek Paśnikowski | |
While searching for a way to ensure $GUIX_PROFILE is always set, I found out that the bash service should not be declared explicitly, but extended instead. This commit solves both problems by switching to home-bash-extension and then sourcing the .profile file within .bashrc . The .profile file is sourced explicitly, because sourcing indirectly by means of .bash_profile opens an infinite loop. As it turned out, the .bash_profile file sources .bashrc . | |||
2024-01-16 | Repair ORG-FC package | Marek Paśnikowski | |
After transfer to the proper git server and removal of git-daemon, the emacs-org-fc package broke due to the dangling repository link. Another problem found was that the forcible rewrite to the current email address of my patches, the commit hashes have changed. This commit fixes those problems. | |||
2024-01-14 | Add alias to emacsclient -nw | Marek Paśnikowski | |
It was getting tiring to keep typing the full emacsclient command each I wanted to write some code. Alias it to simple "edit". | |||
2024-01-14 | Set emacsclient as the default editor | Marek Paśnikowski | |
Vim being the editor that pops on every git commit is a problem for me. My editor of choice is Emacs. The EDITOR variable is set to "emacsclient -nw" in order to use emacs whenever an editor is needed. | |||
2024-01-14 | Allow cgit to see gitolite repositories | Marek Paśnikowski | |
The gitolite service is implemented in such a way, that only the git group can access the gitolite home directory. This blocks cgit from accessing the repositories subfolder. The simple addition of the executable bit on the /var/lib/gitolite directory allows the access to the desired subfolder without actually exposing any other contents of the gitolite home directory. Additionaly a reminder to upstream this change is emitted on each system reconfiguration. | |||
2024-01-14 | stop manipulating client repository with configurations | Marek Paśnikowski | |
2024-01-14 | Fix missing file extension on the channels file | Marek Paśnikowski | |
2024-01-14 | Bring back the fix to the error on divergent Git branches | Marek Paśnikowski | |
2024-01-14 | Link to the channels.scm file inside the GNU store | Marek Paśnikowski | |
2024-01-14 | Use git -C to actually pull updates | Marek Paśnikowski | |
2024-01-14 | Improve HOME-FILES-SERVICE-TYPE's formatting | Marek Paśnikowski | |
2024-01-14 | Test fix for aliases | Marek Paśnikowski | |
2024-01-14 | Fix position of pwgen installation declaration | Marek Paśnikowski | |
2024-01-14 | Fix error with cases of divergent branches | Marek Paśnikowski | |
2024-01-14 | Install pwgen | Marek Paśnikowski | |
2024-01-14 | Enable work with remote configuration repository | Marek Paśnikowski | |
2024-01-14 | Kill history to remove past secrets | Marek Paśnikowski | |