Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move xmobar back from Guix to Nix | EuAndreh | 2023-02-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | 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/ | |||||
* | etc/nix/configuration.nix: Fix path to emotion.png | EuAndreh | 2023-02-18 | 1 | -1/+1 | |
| | ||||||
* | etc/nix/configuration.nix: Disable avahi service | EuAndreh | 2023-02-18 | 1 | -19/+0 | |
| | | | | Previously used by CUPS. | |||||
* | etc/nix/configuration.nix: Remove unused pkgs-19 local variable | EuAndreh | 2023-02-18 | 1 | -7/+1 | |
| | ||||||
* | etc/nix/configuration.nix: Inline list in work.packages.proprietary | EuAndreh | 2023-02-18 | 1 | -15/+7 | |
| | ||||||
* | etc/nix/configuration.nix: Remove unused packages | EuAndreh | 2023-02-18 | 1 | -6/+0 | |
| | | | | | Since Bash itself is now comming from Guix Home, and etc/sh/rc has code to include completions. | |||||
* | Move xmonad-related packages from Nix to Guix | EuAndreh | 2023-02-18 | 1 | -10/+0 | |
| | ||||||
* | etc/nix/configuration.nix: Remove uneffective logind configuration | EuAndreh | 2023-02-18 | 1 | -5/+0 | |
| | ||||||
* | Transfer "rq" package from nix to guix | EuAndreh | 2023-02-18 | 1 | -1/+0 | |
| | ||||||
* | etc/nix/configuration.nix: Remove and disable CUPS configuration | EuAndreh | 2023-02-18 | 1 | -46/+0 | |
| | ||||||
* | etc/nix/configuration.nix: Enable postfix service | EuAndreh | 2023-02-17 | 1 | -0/+1 | |
| | ||||||
* | etc/nix/configuration.nix: Lock after 5 minutes via logind | EuAndreh | 2023-02-17 | 1 | -0/+5 | |
| | ||||||
* | etc/nix/configuration.nix: Add flutter2 and hover packages | EuAndreh | 2023-02-17 | 1 | -0/+2 | |
| | ||||||
* | etc/nix/configuration.nix: Remove ad-hoc mpris-prox user service | EuAndreh | 2023-02-17 | 1 | -11/+0 | |
| | ||||||
* | etc/nix/configuration.nix: Enable extra fonts | EuAndreh | 2023-02-17 | 1 | -0/+5 | |
| | ||||||
* | etc/nix/configuration.nix: Add working usurpador configuration | EuAndreh | 2023-02-17 | 1 | -0/+320 | |