Commit graph

14 commits

Author SHA1 Message Date
3474ece326
nichijou: nvim: init lua config 2024-05-12 16:49:35 +02:00
e3706ce50f
home: siga: run guix on a foreign distro 2022-09-09 18:08:49 +02:00
3084d65869
home: custom packages list for foreign distros
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.
2022-09-09 18:07:42 +02:00
06c53ccf95
home: siga: configure mpv 2022-09-09 16:32:34 +02:00
5bec145578
home: configure mpv 2022-09-09 16:32:34 +02:00
cf558203dd
home: siga: configure mpd 2022-09-09 16:32:30 +02:00
a1ec19255c
home: configure mpd 2022-09-09 16:28:03 +02:00
8142bd412b
home: nvim: avoid polluting home directory 2022-09-07 17:37:17 +02:00
df2c7e71ff
home: siga: configure zsh 2022-09-07 16:29:48 +02:00
4495ee1d3d
home: configure zsh 2022-09-07 16:28:45 +02:00
2bfb36d80c
home: config: guix: channels: drop scm suffix
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.
2022-08-31 00:03:51 +02:00
29dfeac3a9
home: host: siga: configure neovim 2022-08-30 23:16:11 +02:00
d1188e4f42
home: configure neovim 2022-08-30 23:16:11 +02:00
4fc0a71aa7
channels: add local nichijou copy
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.
2022-08-30 22:59:19 +02:00