aboutsummaryrefslogtreecommitdiff
path: root/etc/guix (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add "td" package in Guix and NixEuAndreh2023-03-221-0/+1
|
* etc/guix/home.scm: Uncomment guile-heredocEuAndreh2023-03-211-1/+1
| | | | Use "guile-heredoc" over "guile-heredoc-latest".
* etc/guix/system.scm: Better handling of binfmt architecturesEuAndreh2023-03-181-1/+18
| | | | | | | To allow the same `systems.scm` configuration file to be used in hardwares of different architectures and prevent registering in binfmt the architecture of the bare metal machine, dynamically filter out the current architecture of the declared `desired-architectures`.
* etc/guix/home.scm: Simpler scheduling time of cronjobsEuAndreh2023-03-181-3/+3
|
* etc/guix/system.scm: Remove unused imports, use import macrosEuAndreh2023-03-161-55/+31
|
* etc/guix/system.scm: Use patched version of rottlogEuAndreh2023-03-161-0/+7
|
* etc/guix/system.scm: Use default config of local Postfix from org-euandre ↵EuAndreh2023-03-161-55/+11
| | | | channel
* etc/guix/system.scm: Use default values for Postfix main.cf, instead of ↵EuAndreh2023-03-161-7/+0
| | | | re-hashing them
* etc/guix/system.scm: Remove ad-hoc service creating /var/lib/andrehEuAndreh2023-03-161-9/+0
|
* etc/guix/system.scm: Inline "toph" and "toph.tld" variablesEuAndreh2023-03-161-6/+3
|
* etc/guix/system.scm: Inline "whoami" variableEuAndreh2023-03-161-3/+1
|
* etc/guix/system.scm: Rename /var/lib/{andreh => private}/EuAndreh2023-03-161-2/+2
|
* etc/guix/system.scm: Remove local Postfix service code, use from org-euandre ↵EuAndreh2023-03-161-250/+54
| | | | channel
* etc/guix/home.scm: Remove local copy of clipmenu-latestEuAndreh2023-03-141-88/+3
| | | | | | The patch [0] was merged upstream. [0]: https://issues.guix.gnu.org/58931
* etc/guix/system.scm: Add Nix system serviceEuAndreh2023-03-131-0/+3
|
* etc/guix/home.scm: Use mailutils-sendmail from personal channelEuAndreh2023-03-131-1/+1
|
* etc/guix/system.scm: Fix to new import path of personal channelEuAndreh2023-03-131-1/+1
|
* etc/guix/system.scm: Redirect local emails to euandre.org via aliasesEuAndreh2023-03-131-1/+2
|
* etc/guix/system.scm: Add note on epson-L365 packageEuAndreh2023-03-131-0/+2
|
* bin/reconfigure: Add -U option to call update(1)EuAndreh2023-03-121-1/+1
| | | | Adapt the cronjob to use it also.
* etc/guix/home.scm: Inline definition of clipmenu-latest from org-euandre channelEuAndreh2023-03-111-4/+92
|
* etc/guix/channels.scm: Update path to "org-euandre" channelEuAndreh2023-03-111-1/+1
|
* etc/guix/home.scm: Replace pytest libs with ones that can run in parallel ↵EuAndreh2023-03-071-2/+2
| | | | and do coverage
* etc/guix/home.scm: Add "acl" packageEuAndreh2023-03-031-0/+1
|
* etc/guix/system.scm: Stop filtering wget from packagesEuAndreh2023-03-031-3/+1
|
* Don't hardcode value for SSH authorized_keysEuAndreh2023-03-031-5/+0
| | | | | | | Instead of using (local-file ...) in the openssh-service-type configuration, and then replicating that on configuration.nix, instead remove the hardcoded values from the system configuration and make it dynamic, by putting it on the ~/.ssh/authorized_keys file itself.
* etc/guix/system.scm: Remove backlight customization of XEuAndreh2023-03-011-5/+0
|
* Revert "etc/guix/system.scm: Use patched xmonad"EuAndreh2023-02-281-29/+2
| | | | | | This reverts commit 6a7323c44094632077e2e2fbb0b768fbf484bac3. The patch was already included upstream :)
* etc/guix/system.scm: Use patched xmonadEuAndreh2023-02-281-2/+29
| | | | | | Wait while patch [0] isn't included upstream. [0]: https://issues.guix.gnu.org/61872
* etc/guix/home.scm: Use local version of tmux-plugin-continuumEuAndreh2023-02-271-1/+1
|
* etc/guix/system.scm: Improve indentation of epson-L365EuAndreh2023-02-271-24/+25
|
* etc/guix/home.scm: Add link to upstream tmux-plugin-continuum patchEuAndreh2023-02-271-0/+2
|
* etc/guix/system.scm: Use xmonad instead of xmonad-nextEuAndreh2023-02-271-3/+3
|
* etc/guix/home.scm: s/upgrade/reconfigure/ in cronjobEuAndreh2023-02-261-1/+1
|
* etc/guix/system.scm: Stop using (xyz euandreh queue) unprefixedEuAndreh2023-02-262-9/+8
|
* etc/guix/home.scm: Fix prefix of license in tmux inlined packageEuAndreh2023-02-261-1/+1
|
* etc/guix/system.scm: Inline latest version of epson-L365 packageEuAndreh2023-02-261-15/+8
|
* etc/guix/home.scm: Inline tmux-plugin-continuum from my personal packageEuAndreh2023-02-261-0/+40
| | | | | | I've already sent a patch [0] upstream to include it. [0]: https://issues.guix.gnu.org/61823
* etc/guix/system.scm: Add xmonad as an alternative to i3EuAndreh2023-02-251-0/+4
|
* etc/guix/system.scm: Refactor (hosts-file ...) into newer hosts-service-typeEuAndreh2023-02-251-13/+4
|
* etc/guix/home.scm: Disable racket packageEuAndreh2023-02-241-1/+1
|
* etc/guix/home.scm: Disable chromium packageEuAndreh2023-02-241-1/+1
|
* etc/guix/home.scm: Remvoe ctags packageEuAndreh2023-02-231-1/+0
|
* etc/guix/home.scm: Use "clipmenu-latest" packageEuAndreh2023-02-221-3/+3
| | | | From the (xyz euandreh queue) module, for the clipctl(1) functionality.
* etc/guix/channels.scm: Remove commented Guix forkEuAndreh2023-02-221-11/+1
|
* Makefile: Add "check-nixfmt" targetEuAndreh2023-02-221-0/+1
|
* etc/guix/home.scm: Add "font-emoji" packageEuAndreh2023-02-201-0/+2
|
* Use xss-lock, i3lock and xset to lock after 5 minutes on usurpadorEuAndreh2023-02-201-1/+1
|
* etc/guix/system.scm: Remove "cache" and "brightness" WIP groupsEuAndreh2023-02-201-10/+1
|
* Move xmobar back from Guix to NixEuAndreh2023-02-181-1/+0
| | | | | | | | | | | | | | | | | | | | xmobar is probably missing some build inputs, as it can't show the volume. According to the documentation [0], the "alsa-mixer" and "libasound" packages need to be installed for that to work. I tried adding "alsa-lib" as an input to the xmobar package, but it didn't work. Everything else works correctly (even the font choice, which doesn't work with the Nix version of the package), but xmobar emits a constant warning (about 1/s): ALSA lib control.c:1410:(snd_ctl_open_conf) Unknown field libs and the "Volume" section shows as "Vol: N/A% N/A" instead of "Updating...", which is what usually happens when an error occurs. So I'm sticking to the Nix version of xmobar, since I'm not (yet) using xmobar in my Guix installation (yet). [0]: https://archives.haskell.org/projects.haskell.org/xmobar/