summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-16guix-config: Remove $PWD from bash prompt.Marek Paśnikowski
* .bashrc (PS1): Remove "\w" from prompt to clear clutter from the command line.
2022-04-16guix-config: Install gst-pluginsMarek 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-14Repo InitMarek Paśnikowski
2024-03-20Make space for transferred channels.scm fileMarek Paśnikowski
2024-03-18Implement channels for aisaka systemMarek Paśnikowski
2024-03-18In preparation of multiple systems, name the channel list appropriatelyMarek Paśnikowski
2024-03-18Comment the channels fileMarek Paśnikowski
2024-03-18Modularize the channel list in the channels fileMarek Paśnikowski
2024-03-18Pretty-print the channels fileMarek Paśnikowski
2024-03-18Introduce the distribution channelMarek Paśnikowski
2024-03-18Modularize the channels fileMarek Paśnikowski
2024-03-17Adjust Emacs configuration, mostly remove autoscrollMarek Paśnikowski
2024-03-04Improve content width handling in EmacsMarek Paśnikowski
2024-03-04Update Org-FCMarek Paśnikowski
2024-02-17Use a private copy of the Guix repositoryMarek Paśnikowski
2024-02-17Import Guix channel definition for future modificationMarek Paśnikowski
2024-02-12Move git resources to the Public folderMarek Paśnikowski
2024-02-12Add forgotten patch file to gitMarek Paśnikowski
2024-02-11Transfer git repositories to DocumentsMarek Paśnikowski
2024-02-11Fix module name of ruby-nano-botsMarek Paśnikowski
2024-02-10Add newlines to the bash prompt for nicer UIMarek Paśnikowski
2024-02-05Complete the ruby-nano-bots definitionMarek Paśnikowski
2024-02-04Decided against using the multi-channel paradigmMarek Paśnikowski
2024-02-04Enable automatic signing of git commitsMarek Paśnikowski
2024-02-04Point to the fixed, signed commit hash on gemini-ai channelMarek Paśnikowski
2024-02-04Add ruby-gemini-ai repositoryMarek Paśnikowski
2024-02-03Add introduction to ruby-cohere-ai channelMarek Paśnikowski
2024-02-03Define ruby-cohere-ai repositoryMarek Paśnikowski
2024-02-03Remove guix definition as it is already definedMarek Paśnikowski
2024-02-03Fix a missing-space typo in ruby-babosaMarek Paśnikowski
2024-02-03Reform deployment definitionMarek Paśnikowski
2024-02-03Reform ruby-babosa definitionMarek Paśnikowski
2024-02-03Define common constant marekpasnikowski-fingerprintMarek Paśnikowski
2024-02-03Reform ruby-nano-bots definitionMarek Paśnikowski
2024-02-03Reform izumi-channels-service-type definitionMarek Paśnikowski
2024-02-03Reform ruby-sweet-form definitionMarek Paśnikowski
2024-02-03Add ruby-sweet-moon channelMarek Paśnikowski
2024-02-03Adjust ruby-babosa urlMarek Paśnikowski
2024-02-02Add Ruby Babosa channelMarek Paśnikowski
2024-02-02Disable Emacs Backup filesMarek Paśnikowski
2024-02-01Reform package installationMarek Paśnikowski
2024-02-01Install ruby-nano-bots channelMarek Paśnikowski
This will allow for installation of ruby-nano-bots package in the future.
2024-02-01Stop sourcing .profile in bashrcMarek Paśnikowski
This led to duplicated entries in the $PATH.
2024-02-01Mark old guix generations for deletion in aliasesMarek Paśnikowski
2024-01-31Set Emacs Org visibility for izumi to showallMarek Paśnikowski
2024-01-31Give up on the concept of branches in channelsMarek Paśnikowski
I found it impossible to externally toggle branches in channel definitions.
2024-01-30Move channels.scm to the top-levelMarek Paśnikowski
This file is going to collect all channel definitions, independent of any deployment variables. Also, update the missed "secrets" name in .guix-channel .
2024-01-30Rename "channel" to "deployment"Marek Paśnikowski
This is the best name I could come up with to describe the actual purpose of the channel. Note that git optimized my reorder of the channel definitions due to the rename. It is all fine, there are no actual changes inside the code.
2024-01-30Define channels-service-typeMarek Paśnikowski
This change is a step towards my goal of "everything is a service".
2024-01-27Reorganize the channels.scm fileMarek Paśnikowski
Squashed commit of the following: commit b13c42e76bafd8ea494700e3be75eb4212231623 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 02:16:29 2024 +0100 Separate data from logic in definition of marekpasnikowski The intent is to implement the "no literals in logic" strategy. commit 0974fba9ac30cfab548b84419c846dd782917a57 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 02:08:04 2024 +0100 Separate data from logic in definition of guix The intent is to implement the "no literals in logic" strategy. commit f30e5406b7508f77a528f50c1c71463eab1bb334 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 01:20:06 2024 +0100 Define marekpasnikowski channel The goal is functional decomposition of the file. commit 762534ac39b88f7a9d0040af4a49d00222496884 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 01:02:14 2024 +0100 Define guix channel The goal is functional decomposition of the file.