Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | Flattened Services | Marek Paśnikowski | |
2022-06-28 | Flatten some configuration | Marek Paśnikowski | |
2022-06-02 | Installed CPUPower | Marek Paśnikowski | |
2022-06-02 | Removed TOR | Marek Paśnikowski | |
2022-04-21 | Force All Internet Traffic Through Tor | Marek Paśnikowski | |
* iptables.tor.rules: Import firewall rules from Arch Wiki describing Transparent Torification ... * system-configuration (iptables-configuration): ... and use them here. | |||
2022-04-21 | Reorder Services | Marek Paśnikowski | |
* system-configuration.scm (services): Reorder services into alphabetical order. | |||
2022-04-21 | Configure Tor | Marek Paśnikowski | |
* torrc: Create Tor configuration file ... * system-configuration.scm: ... and use it in the system configuration. | |||
2022-04-21 | Save Work-In-Progress | Marek Paśnikowski | |
* system-configuration.scm (tor-configuration): Writing the configuration file is unexpectedly difficult. | |||
2022-04-20 | Format System Configuration | Marek Paśnikowski | |
* system-configuration.scm: Make the code more beautiful. | |||
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 | Prefix Bash Prompt with Newline | Marek Paśnikowski | |
.bashrc [PS1]: Add newline before the command prompt to clearly separate each command. | |||
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: Remove $PWD from bash prompt. | Marek Paśnikowski | |
* .bashrc (PS1): Remove "\w" from prompt to clear clutter from the command line. | |||
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 | |