aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all code referring to backlight tweakingEuAndreh2023-02-172-12/+0
|
* etc/nix/configuration.nix: Lock after 5 minutes via logindEuAndreh2023-02-171-0/+5
|
* Use "brightnessctl" both on xmonad and i3EuAndreh2023-02-173-5/+5
|
* etc/nix/configuration.nix: Add flutter2 and hover packagesEuAndreh2023-02-171-0/+2
|
* etc/nix/configuration.nix: Remove ad-hoc mpris-prox user serviceEuAndreh2023-02-171-11/+0
|
* etc/nix/configuration.nix: Enable extra fontsEuAndreh2023-02-171-0/+5
|
* etc/guix/home.scm: Comment out guile-heredoc-latest offline packageEuAndreh2023-02-171-1/+1
|
* etc/xmobar/xmobarrc: Fix mpris title displayEuAndreh2023-02-171-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 GuixEuAndreh2023-02-171-0/+2
|
* etc/guix/home.scm: Add GUI apps from configuration.nix migrationEuAndreh2023-02-171-2/+5
|
* etc/guix/home.scm: Add markers for missing packages in Guix from migrationEuAndreh2023-02-171-0/+4
|
* etc/guix/home.scm: Downgrade OpenJDK to 11EuAndreh2023-02-171-1/+1
|
* etc/guix/home.scm: Add utility packages migrated from configuration.nixEuAndreh2023-02-171-0/+7
|
* etc/guix/home.scm: Add custom curl and fortinevpn packagesEuAndreh2023-02-171-3/+20
|
* etc/nix/configuration.nix: Add working usurpador configurationEuAndreh2023-02-171-0/+320
|
* etc/xmonad/xmonad.hs: Add missing utility keybindingsEuAndreh2023-02-171-0/+8
| | | | | | | | | M-S-<Space> in xmonad was set to mimic i3's floating toggle behaviour, but only the part of switching back from floating to tiling. The tiling to floating change still remains as "mod-<mouse-click>". This had to be done because the default keybinding for that action for xmonad is mod-t, which is being overriden and set to "wms date".
* etc/{xmonad,xmobar}: Add working simplified configurationsEuAndreh2023-02-172-0/+110
| | | | | | The xmobar "CommandReader" still needs work: for some reason it only gets the first string that the command emits, and not the later changed values.
* etc/guix/home.scm: Pick a more up-to-date Node.js over ArchiveBoxEuAndreh2023-02-171-2/+2
|
* etc/i3/config: Make bindings more compatible with xmonad defaultsEuAndreh2023-02-151-2/+2
|
* etc/i3/config: Use bin/shot over literal commandEuAndreh2023-02-151-2/+2
|
* etc/git/config: Enable rerereEuAndreh2023-02-141-0/+2
|
* etc/guix/home.scm: Add "cheese" packageEuAndreh2023-02-101-0/+1
|
* etc/guix/home.scm: Add "work-packages" variableEuAndreh2023-02-091-1/+6
|
* etc/guix/home.scm: Include hunspell moduleEuAndreh2023-01-301-0/+1
|
* etc/guix/channels.scm: Change guix.git channel back to upstreamEuAndreh2023-01-301-1/+1
|
* etc/guix/home.scm: Run backup cronjob later at nightEuAndreh2023-01-301-1/+1
|
* etc/guix/system.scm: Remove unused desktop environmentsEuAndreh2023-01-041-6/+0
|
* etc/guix/home.scm: Add "enscript" packageEuAndreh2022-12-271-0/+1
|
* etc/sh/rc: export $VG_FLAGSEuAndreh2022-12-241-0/+7
|
* etc/guix/home.scm: Switch to clang toolchaingEuAndreh2022-12-181-2/+2
|
* etc/sh/rc: Remove -flto from $CFLAGS and $LDFLAGSEuAndreh2022-12-181-2/+1
|
* etc/sh/rc: Add _POSIX_C_SOURCE to $CFLAGS by defaultEuAndreh2022-12-161-1/+1
|
* etc/guix/system.scm: Add nss-mdns packageEuAndreh2022-12-161-0/+1
| | | | As an attempt to make Avahi find the .local address of the printer.
* etc/guix/system.scm: Fix build and activation of EPSON driverEuAndreh2022-12-161-3/+3
|
* etc/sh/rc: Use -O0 optimizations by defaultEuAndreh2022-12-081-1/+1
|
* etc/ssh/known_hosts: Add 2 more entries for GitHub serversEuAndreh2022-12-081-1/+3
|
* etc/sh/rc: Fallback values when $XDG_DOWNLOAD_DIR does not existEuAndreh2022-12-071-1/+1
|
* etc/guix/system.scm: Use strict IP for toph endpointEuAndreh2022-12-061-1/+1
|
* etc/guix/system.scm: Use variable name of "toph" over literal stringEuAndreh2022-12-061-1/+1
|
* bin/vm: Ignore known_hosts on SSHing into vmEuAndreh2022-12-031-3/+0
|
* etc/ssh/known_hosts: Remove vm host keysEuAndreh2022-12-031-7/+0
|
* etc/ssh/known_hosts: Add Ubuntu VM keyEuAndreh2022-12-031-0/+1
|
* bin/vm: v2EuAndreh2022-12-022-1/+7
| | | | | | | - support -S flag for toggling snapshot mode; - support -G flag for toggling GUI mode; - dynamically discover available images; - dynamically find available ports to map to 22.
* etc/ssh/known_hosts: Add localhost key of velhinhoEuAndreh2022-12-021-0/+9
|
* etc/guix/home.scm: Remove unused (xdg-config-home ...) functionEuAndreh2022-12-021-3/+0
|
* etc/guix/home.scm: Use exported environment variables over custom build of ↵EuAndreh2022-12-022-19/+3
| | | | gPodder
* etc/guix/home.scm: Move custom built packages to shell aliasesEuAndreh2022-12-022-37/+6
|
* etc/i3/config: Show desktop notification after taking screenshotEuAndreh2022-12-011-2/+2
|
* etc/guix/home.scm: Add "dpkg" packageEuAndreh2022-12-011-0/+1
|
* etc/guix/home.scm: Remove mpv in favor of VLCEuAndreh2022-12-011-7/+0
|