aboutsummaryrefslogtreecommitdiffstats
path: root/nichijou
Commit message (Collapse)AuthorAgeLines
* nichijou: nvim: init lua configRenken2024-05-12-0/+173
|
* home: siga: run guix on a foreign distroRenken2022-09-09-2/+13
|
* home: custom packages list for foreign distrosRenken2022-09-09-10/+24
| | | | | | | | | Running on GNU/Linux Debian testing for example allows me to have access to more up-to-date and better maintained software compared to Guix when needed. For now, certain software will be installed through apt instead of Guix itself such as mpd, mpv and neovim. The user will have to manually check if Guix-installed packages are compatible with the apt-installed ones.
* home: siga: configure mpvRenken2022-09-09-2/+4
|
* home: configure mpvRenken2022-09-09-0/+134
|
* home: siga: configure mpdRenken2022-09-09-2/+4
|
* home: configure mpdRenken2022-09-09-0/+42
|
* home: nvim: avoid polluting home directoryRenken2022-09-07-3/+3
|
* home: siga: configure zshRenken2022-09-07-3/+5
|
* home: configure zshRenken2022-09-07-0/+378
|
* home: config: guix: channels: drop scm suffixRenken2022-08-31-0/+0
| | | | | | | | Guix, or Guile for that matter, is evaluating channels.scm when running guix pull which causes it to fail with the following log: (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (channel)) (value #f)) It's probably wise to avoid scheme file endings.
* home: host: siga: configure neovimRenken2022-08-30-0/+8
|
* home: configure neovimRenken2022-08-30-0/+561
|
* channels: add local nichijou copyRenken2022-08-30-0/+4
| | | | | | The local path is hard-coded. The file should contain a function instead that returns a channel configured with a local path passed as an argument.
* rename repository to nichijouRenken2022-08-30-0/+250
I figured this repository can hold both my packages definitions and their configuration.