rekahsoft
/
guix-config
Archived
1
1
Fork 0
Commit Graph

44 Commits

Author SHA1 Message Date
Collin J. Doering 4d4e5bd5cb Minor tweaks to user-manifest 2020-08-02 17:24:02 -04:00
Collin J. Doering 204a37a226 config-minimal.scm: Add minimal guix config example 2020-08-01 23:19:53 -04:00
Collin J. Doering c4522556e4 config-full.scm: Add 'full' guix config example with xorg 2020-08-01 23:19:34 -04:00
Collin J. Doering 44d826604d user-manifest.scm: Various changes while setting up guixsd 2020-08-01 23:18:21 -04:00
Collin J. Doering e71bee5980 Remove definition of function that can be replaced by (map specification->package ...) 2019-09-08 22:40:55 -04:00
Collin J. Doering 6cd3f0b699
WIP podman cni config eg
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-09-06 01:01:49 -04:00
Collin J. Doering 3d5e6355a0
Example guix system docker-image
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-09-06 00:59:56 -04:00
Collin J. Doering 3b89e0714e Updated system config 2019-09-06 00:58:39 -04:00
Collin J. Doering ed9be42ff1
guix-oci.scm: Test container deployment with guix
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-09-04 16:40:35 -04:00
Collin J. Doering 1f4fb75fa9 config.scm: Enable docker daemon and other minor updates 2019-08-11 21:04:02 -04:00
Collin J. Doering 5f03119717 user-manifest.scm: Add packages to user manifest
- emacs-helm-unicode
- emacs-ace-window
- openssh
- terraform
- terraform-provider-aws
2019-08-11 21:02:50 -04:00
Collin J. Doering d6774f39f4 Update user-manifest.scm 2019-06-23 21:37:04 -04:00
Collin J. Doering df1f70d3e2 Add emacs-highlight-indent-guides to user-manifest.scm 2019-06-19 23:15:13 -04:00
Collin J. Doering 20914ba323 Add aspell and aspell-dict-en to user-manifest.scm 2019-06-19 21:37:41 -04:00
Collin J. Doering 55d88c06cb Add emacs-multi-term to user-manifest.scm 2019-06-19 21:32:47 -04:00
Collin J. Doering 10d86dc5df Add emacs-rebox2 to user-manifest.scm 2019-06-19 21:18:45 -04:00
Collin J. Doering e373a77c78 Use custom package zsh-autosuggestions 2019-06-19 00:23:43 -04:00
Collin J. Doering c8cb4096e6 Update system config-btrfs.scm 2019-06-18 20:17:20 -04:00
Collin J. Doering 79a1565e42 Update user-manifest.scm 2019-06-18 20:14:17 -04:00
Collin J. Doering 08c80f2d1f Update user-manifest.scm 2019-06-18 08:34:35 -04:00
Collin J. Doering dff381b4a2 Add current guix vm configuration
Note: this configuration requires manual intervention at grub. Namely,
the grub console must be access and `insmod all_video` run so that the
appropriate video drivers are available. Additionally, the grub menu
item must be edited changing all paths to be prefixed with `/@` (that
are used as paths to files by grub but not by the kernel itself - that
is don't change any paths in arguments to the kernel).
2019-06-09 09:57:41 -04:00
Collin J. Doering b0389cf951 Add xlsfonts to user-manifest 2019-06-09 09:57:31 -04:00
Collin J. Doering bbaf37555b Add rhash to user-manifest 2019-06-08 21:36:37 -04:00
Collin J. Doering f223125ead Another configuration 2019-06-08 21:36:29 -04:00
Collin J. Doering 93a8575198 Add initial user-manifest 2019-06-08 21:29:42 -04:00
Collin J. Doering 22abd8df82 Continued work 2019-02-08 12:09:22 -05:00
Collin J. Doering b059705d72 Continued WIP as more dependency packages are built 2019-02-04 15:26:28 -05:00
Collin J. Doering 0c8869b271 Move wip package module 2019-02-04 11:41:38 -05:00
Collin J. Doering 1dc88b8856 Start to build dependencies (for source only packages) 2019-02-04 11:40:41 -05:00
Collin J. Doering e94026488f First working crate package
Note: if a crate does not produce any binaries during the build phase,
it must be skipped otherwise the `cargo install --release` command
that is conditionally run during the install phase will cause an
error. The condition by which `cargo install ...` is run during the
install phase is based on whether a `.Cargo.lock` is present, which
will only occur if the package is built (eg `cargo build ...` is run).
2019-02-04 11:31:09 -05:00
Collin J. Doering 7e5ecec87e Move rust-xyz packages module to WIP 2019-02-04 11:30:00 -05:00
Collin J. Doering 075daeb516 Add testing package 2019-02-03 22:10:39 -05:00
Collin J. Doering a2d10e696f Delete hello.scm example 2019-02-03 22:10:29 -05:00
Collin J. Doering b5ba4c8107 Add X fonts and htop to system configuration 2019-02-02 15:18:10 -05:00
Collin J. Doering 30ede18070 Generate crate packages that are dependencies with bat and exa 2019-02-02 15:18:10 -05:00
Collin J. Doering 29a02f22b1
Add WIP exa and bat packages
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-02-01 15:18:15 -05:00
Collin J. Doering d212d44bb5
Add gitignore file
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-02-01 15:10:31 -05:00
Collin J. Doering cbef2a6575 Add WIP packaging of spaceship-prompt 2019-02-01 15:08:35 -05:00
Collin J. Doering cbfdeb9511 Add file command to system configuration 2019-02-01 15:08:24 -05:00
Collin J. Doering a13032bf32
Add example package for the hello program
See: https://www.gnu.org/software/guix/blog/2018/a-packaging-tutorial-for-guix/

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-01-31 13:06:50 -05:00
Collin J. Doering d175349ae3 Ongoing WIP 2019-01-31 01:26:03 -05:00
Collin J. Doering ab2ecf3595 Ongoing WIP 2019-01-29 21:27:58 -05:00
Collin J. Doering 414b1f434e
Initial WIP guix configuration
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-01-29 13:07:31 -05:00
Collin J. Doering 72c1acd0f0 Initial commit 2019-01-29 18:04:42 +00:00