| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | etc/nix/configuration.nix: Tidy up extra comments | EuAndreh | 2023-02-22 | 1 | -10/+2 |
| | | |||||
| * | etc/nix/configuration.nix: Disable flatpak service | EuAndreh | 2023-02-22 | 1 | -6/+0 |
| | | |||||
| * | etc/nix/configuration.nix: Disable libvirtd service | EuAndreh | 2023-02-22 | 1 | -5/+1 |
| | | | | | I'm using only Docker for virtualization on this computer. | ||||
| * | etc/nix/configuration.nix: Remove debug info from packages | EuAndreh | 2023-02-22 | 1 | -2/+0 |
| | | |||||
| * | etc/nix/configuration.nix: Remove extra fonts | EuAndreh | 2023-02-22 | 1 | -5/+0 |
| | | |||||
| * | etc/nix/configuration.nix: Remove documentation.enable | EuAndreh | 2023-02-22 | 1 | -8/+0 |
| | | | | | Get manpages and documentation from Guix Home, now. | ||||
| * | etc/nix/configuration.nix: Remove programs.bash.enableCompletion | EuAndreh | 2023-02-22 | 1 | -4/+0 |
| | | | | | Get completion configuration from Guix Home, now. | ||||
| * | etc/nix/configuration.nix: Cleanup pulseaudio configuration | EuAndreh | 2023-02-22 | 1 | -11/+1 |
| | | |||||
| * | etc/nix/configuration.nix: Cleanup xserver.displayManager session | EuAndreh | 2023-02-22 | 1 | -15/+0 |
| | | |||||
| * | etc/nix/configuration.nix: Remove "intel_backlight" X config section | EuAndreh | 2023-02-22 | 1 | -8/+0 |
| | | |||||
| * | etc/: Remove leftover email configuration files | EuAndreh | 2023-02-21 | 4 | -36/+0 |
| | | |||||
| * | etc/ssh/config.tmpl: Inline content from ~/dev/libre/servers/ | EuAndreh | 2023-02-21 | 1 | -2/+11 |
| | | |||||
| * | Fix f() and g() functions, with help of remembering(1) and highlight(1) | EuAndreh | 2023-02-21 | 1 | -33/+75 |
| | | |||||
| * | etc/xmobar/xmobarrc: Show free disk over used | EuAndreh | 2023-02-20 | 1 | -1/+1 |
| | | |||||
| * | etc/guix/home.scm: Add "font-emoji" package | EuAndreh | 2023-02-20 | 1 | -0/+2 |
| | | |||||
| * | etc/sh/rc: Show hostname in $PS1 if on SSH session on different desktop | EuAndreh | 2023-02-20 | 1 | -1/+9 |
| | | |||||
| * | etc/sh/rc: Join both "if $DISPLAY" sections | EuAndreh | 2023-02-20 | 1 | -3/+6 |
| | | |||||
| * | Use xss-lock, i3lock and loginctl to lock screen after 5 minutes in velhinho | EuAndreh | 2023-02-20 | 1 | -7/+4 |
| | | |||||
| * | Use xss-lock, i3lock and xset to lock after 5 minutes on usurpador | EuAndreh | 2023-02-20 | 4 | -4/+10 |
| | | |||||
| * | etc/i3/config: Cleanup | EuAndreh | 2023-02-20 | 1 | -17/+3 |
| | | |||||
| * | etc/guix/system.scm: Remove "cache" and "brightness" WIP groups | EuAndreh | 2023-02-20 | 1 | -10/+1 |
| | | |||||
| * | Use "player synopsis" for MPRIS status string | EuAndreh | 2023-02-20 | 1 | -1/+1 |
| | | |||||
| * | etc/ssh/known_hosts: Add pilotis.net | EuAndreh | 2023-02-19 | 1 | -0/+9 |
| | | |||||
| * | etc/: Remove broken symlinks of config moved to thunderbird | EuAndreh | 2023-02-18 | 3 | -3/+0 |
| | | |||||
| * | etc/nix/configuration.nix: Add "dart" package | EuAndreh | 2023-02-18 | 1 | -0/+1 |
| | | |||||
| * | Move xmobar back from Guix to Nix | EuAndreh | 2023-02-18 | 2 | -1/+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 | 2 | -13/+5 |
| | | |||||
| * | 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 | 2 | -1/+1 |
| | | |||||
| * | etc/nix/configuration.nix: Remove and disable CUPS configuration | EuAndreh | 2023-02-18 | 1 | -46/+0 |
| | | |||||
| * | etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" fails | EuAndreh | 2023-02-18 | 1 | -1/+1 |
| | | |||||
| * | etc/nix/configuration.nix: Enable postfix service | EuAndreh | 2023-02-17 | 1 | -0/+1 |
| | | |||||
| * | Remove all code referring to backlight tweaking | EuAndreh | 2023-02-17 | 2 | -12/+0 |
| | | |||||
| * | etc/nix/configuration.nix: Lock after 5 minutes via logind | EuAndreh | 2023-02-17 | 1 | -0/+5 |
| | | |||||
| * | Use "brightnessctl" both on xmonad and i3 | EuAndreh | 2023-02-17 | 3 | -5/+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/guix/home.scm: Comment out guile-heredoc-latest offline package | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | etc/xmobar/xmobarrc: Fix mpris title display | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| | | | | | | | | | For some ~bad and brittle~ reason, xmobar's CommandReader doesn't really update if something is sent to its STDERR. So one needs to explicitly discard it in order for CommandReader to be useful and work properly. Fixes issue mentioned in b7690e3ad34a4fd207dfd73476756836696f0731. | ||||
| * | etc/guix/home.scm: Add Guile package included by default in Guix | EuAndreh | 2023-02-17 | 1 | -0/+2 |
| | | |||||
| * | etc/guix/home.scm: Add GUI apps from configuration.nix migration | EuAndreh | 2023-02-17 | 1 | -2/+5 |
| | | |||||
| * | etc/guix/home.scm: Add markers for missing packages in Guix from migration | EuAndreh | 2023-02-17 | 1 | -0/+4 |
| | | |||||
| * | etc/guix/home.scm: Downgrade OpenJDK to 11 | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | etc/guix/home.scm: Add utility packages migrated from configuration.nix | EuAndreh | 2023-02-17 | 1 | -0/+7 |
| | | |||||
