| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add "td" package in Guix and Nix | EuAndreh | 2023-03-22 | 1 | -0/+1 | |
| | | ||||||
| * | etc/guix/home.scm: Uncomment guile-heredoc | EuAndreh | 2023-03-21 | 1 | -1/+1 | |
| | | | | | Use "guile-heredoc" over "guile-heredoc-latest". | |||||
| * | etc/guix/system.scm: Better handling of binfmt architectures | EuAndreh | 2023-03-18 | 1 | -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 cronjobs | EuAndreh | 2023-03-18 | 1 | -3/+3 | |
| | | ||||||
| * | etc/guix/system.scm: Remove unused imports, use import macros | EuAndreh | 2023-03-16 | 1 | -55/+31 | |
| | | ||||||
| * | etc/guix/system.scm: Use patched version of rottlog | EuAndreh | 2023-03-16 | 1 | -0/+7 | |
| | | ||||||
| * | etc/guix/system.scm: Use default config of local Postfix from org-euandre ↵ | EuAndreh | 2023-03-16 | 1 | -55/+11 | |
| | | | | | channel | |||||
| * | etc/guix/system.scm: Use default values for Postfix main.cf, instead of ↵ | EuAndreh | 2023-03-16 | 1 | -7/+0 | |
| | | | | | re-hashing them | |||||
| * | etc/guix/system.scm: Remove ad-hoc service creating /var/lib/andreh | EuAndreh | 2023-03-16 | 1 | -9/+0 | |
| | | ||||||
| * | etc/guix/system.scm: Inline "toph" and "toph.tld" variables | EuAndreh | 2023-03-16 | 1 | -6/+3 | |
| | | ||||||
| * | etc/guix/system.scm: Inline "whoami" variable | EuAndreh | 2023-03-16 | 1 | -3/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Rename /var/lib/{andreh => private}/ | EuAndreh | 2023-03-16 | 1 | -2/+2 | |
| | | ||||||
| * | etc/guix/system.scm: Remove local Postfix service code, use from org-euandre ↵ | EuAndreh | 2023-03-16 | 1 | -250/+54 | |
| | | | | | channel | |||||
| * | etc/guix/home.scm: Remove local copy of clipmenu-latest | EuAndreh | 2023-03-14 | 1 | -88/+3 | |
| | | | | | | | The patch [0] was merged upstream. [0]: https://issues.guix.gnu.org/58931 | |||||
| * | etc/guix/system.scm: Add Nix system service | EuAndreh | 2023-03-13 | 1 | -0/+3 | |
| | | ||||||
| * | etc/guix/home.scm: Use mailutils-sendmail from personal channel | EuAndreh | 2023-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Fix to new import path of personal channel | EuAndreh | 2023-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Redirect local emails to euandre.org via aliases | EuAndreh | 2023-03-13 | 1 | -1/+2 | |
| | | ||||||
| * | etc/guix/system.scm: Add note on epson-L365 package | EuAndreh | 2023-03-13 | 1 | -0/+2 | |
| | | ||||||
| * | bin/reconfigure: Add -U option to call update(1) | EuAndreh | 2023-03-12 | 1 | -1/+1 | |
| | | | | | Adapt the cronjob to use it also. | |||||
| * | etc/guix/home.scm: Inline definition of clipmenu-latest from org-euandre channel | EuAndreh | 2023-03-11 | 1 | -4/+92 | |
| | | ||||||
| * | etc/guix/channels.scm: Update path to "org-euandre" channel | EuAndreh | 2023-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/home.scm: Replace pytest libs with ones that can run in parallel ↵ | EuAndreh | 2023-03-07 | 1 | -2/+2 | |
| | | | | | and do coverage | |||||
| * | etc/guix/home.scm: Add "acl" package | EuAndreh | 2023-03-03 | 1 | -0/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Stop filtering wget from packages | EuAndreh | 2023-03-03 | 1 | -3/+1 | |
| | | ||||||
| * | Don't hardcode value for SSH authorized_keys | EuAndreh | 2023-03-03 | 1 | -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 X | EuAndreh | 2023-03-01 | 1 | -5/+0 | |
| | | ||||||
| * | Revert "etc/guix/system.scm: Use patched xmonad" | EuAndreh | 2023-02-28 | 1 | -29/+2 | |
| | | | | | | | This reverts commit 6a7323c44094632077e2e2fbb0b768fbf484bac3. The patch was already included upstream :) | |||||
| * | etc/guix/system.scm: Use patched xmonad | EuAndreh | 2023-02-28 | 1 | -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-continuum | EuAndreh | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Improve indentation of epson-L365 | EuAndreh | 2023-02-27 | 1 | -24/+25 | |
| | | ||||||
| * | etc/guix/home.scm: Add link to upstream tmux-plugin-continuum patch | EuAndreh | 2023-02-27 | 1 | -0/+2 | |
| | | ||||||
| * | etc/guix/system.scm: Use xmonad instead of xmonad-next | EuAndreh | 2023-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | etc/guix/home.scm: s/upgrade/reconfigure/ in cronjob | EuAndreh | 2023-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Stop using (xyz euandreh queue) unprefixed | EuAndreh | 2023-02-26 | 2 | -9/+8 | |
| | | ||||||
| * | etc/guix/home.scm: Fix prefix of license in tmux inlined package | EuAndreh | 2023-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Inline latest version of epson-L365 package | EuAndreh | 2023-02-26 | 1 | -15/+8 | |
| | | ||||||
| * | etc/guix/home.scm: Inline tmux-plugin-continuum from my personal package | EuAndreh | 2023-02-26 | 1 | -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 i3 | EuAndreh | 2023-02-25 | 1 | -0/+4 | |
| | | ||||||
| * | etc/guix/system.scm: Refactor (hosts-file ...) into newer hosts-service-type | EuAndreh | 2023-02-25 | 1 | -13/+4 | |
| | | ||||||
| * | etc/guix/home.scm: Disable racket package | EuAndreh | 2023-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/home.scm: Disable chromium package | EuAndreh | 2023-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/home.scm: Remvoe ctags package | EuAndreh | 2023-02-23 | 1 | -1/+0 | |
| | | ||||||
| * | etc/guix/home.scm: Use "clipmenu-latest" package | EuAndreh | 2023-02-22 | 1 | -3/+3 | |
| | | | | | From the (xyz euandreh queue) module, for the clipctl(1) functionality. | |||||
| * | etc/guix/channels.scm: Remove commented Guix fork | EuAndreh | 2023-02-22 | 1 | -11/+1 | |
| | | ||||||
| * | Makefile: Add "check-nixfmt" target | EuAndreh | 2023-02-22 | 1 | -0/+1 | |
| | | ||||||
| * | etc/guix/home.scm: Add "font-emoji" package | EuAndreh | 2023-02-20 | 1 | -0/+2 | |
| | | ||||||
| * | Use xss-lock, i3lock and xset to lock after 5 minutes on usurpador | EuAndreh | 2023-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | etc/guix/system.scm: Remove "cache" and "brightness" WIP groups | EuAndreh | 2023-02-20 | 1 | -10/+1 | |
| | | ||||||
| * | Move xmobar back from Guix to Nix | EuAndreh | 2023-02-18 | 1 | -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/ | |||||
