about summary refs log tree commit diff
path: root/home/profiles
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(home/gui): turn off rgb lighting before sleepsefidel2024-02-081-2/+9
|
* feat(home/communication): add element-desktopsefidel2024-02-031-0/+1
| | | | * Mostly for FOSDEM live calls
* feat(home/browsing): lib.rs -> crates.iosefidel2024-01-161-1/+1
| | | | | | * The maintainer of lib.rs has been pushing personal opinions on the site, which resulted in few developers removing their crates from the site.
* feat(home/gui): waybar: persistent_workspaces -> persistent-workspacessefidel2024-01-151-1/+1
| | | | * The option was renamed to use dashes instead of underscores.
* feat(home/multimedia): add spotifysefidel2024-01-151-1/+3
|
* fix(profiles/research): allow insecure electron for obsidiansefidel2024-01-151-0/+2
|
* project!: disambiguate nix,nixpkgs optionssefidel2024-01-156-6/+6
|
* feat(home/base): configure htopsefidel2024-01-151-1/+39
|
* feat(home/browsing): add tridactyl addon for firefoxsefidel2024-01-011-0/+1
|
* feat(home/security): add protonvpn-guisefidel2024-01-011-0/+2
|
* feat(home/browsing): add tor-browsersefidel2024-01-011-1/+1
|
* feat(home/development): add pyrightsefidel2024-01-011-0/+1
|
* feat(home/multimedia): replace spotify with cidersefidel2023-12-301-3/+1
|
* feat(home/multimedia): add vlcsefidel2023-12-301-1/+1
|
* chore(flake): bumpsefidel2023-12-301-1/+1
|
* feat(home/gaming): enable osu-lazer-binsefidel2023-12-241-1/+1
|
* feat(home/browsing): add bitwarden to qutebrowsersefidel2023-12-213-0/+14
|
* chore(flake): bumpsefidel2023-12-211-1/+2
|
* feat(home/browsing): manage firefoxsefidel2023-12-211-2/+29
|
* fix(home/browsing): don't leak token on barsefidel2023-12-211-8/+12
|
* feat(home/browsing): use kagisefidel2023-12-211-5/+16
|
* feat(home/gaming): initsefidel2023-12-201-0/+19
|
* feat(home/communication)!: replace schildichat-desktop with cinny-desktopsefidel2023-12-061-4/+1
| | | | Follow https://github.com/NixOS/nixpkgs/pull/272270 (schildichat-{web,desktop}: remove due to lack of maintenance)
* feat(home/security): add bitwardensefidel2023-12-011-0/+1
|
* feat(home/creative): add koohasefidel2023-11-171-1/+1
|
* feat(home/gui): sway: add keybinds for moving container to outputssefidel2023-11-171-0/+6
|
* feat(home/gui): sway: add display mirroring bindingsefidel2023-11-171-0/+3
|
* feat(home/gui): add wl-mirrorsefidel2023-11-171-0/+1
|
* feat(home/development): add pkg-configsefidel2023-11-161-0/+1
|
* feat(home/browsing): use auto for preferred color schemesefidel2023-11-161-1/+1
| | | | | This commit sets the preferred color scheme from dark to auto, in order to respect the darkman's settings.
* feat(home/gui): configure darkmansefidel2023-11-161-0/+34
|
* feat(home/gui): use gtk theme from neothemesefidel2023-11-161-9/+16
|
* feat(home/gui): sway: add keybinds for moving ws to outputssefidel2023-11-161-0/+6
|
* fix(home/gui): sway: restart kanshi on reloadsefidel2023-11-161-0/+3
|
* feat(home/gui): kanshi: setup docked profilesefidel2023-11-161-0/+15
|
* feat(home/gui): sway: use displaylink patch on laptopsefidel2023-11-151-3/+14
|
* fix(home/communication): fix schildichat segfaulting (#267618)sefidel2023-11-151-1/+4
|
* feat(flake): neovim -> neovim-nightlysefidel2023-11-121-1/+1
| | | | | This commit replaces neovim with nix-community's neovim-nightly overlay flake, in an effort to reduce the frequency of dependency build errors.
* feat(home/base): add commasefidel2023-10-151-0/+1
|
* feat(home/research): add nanum fontsefidel2023-10-151-0/+5
|
* feat(home/communication): neomutt: refresh mail on backgroundsefidel2023-10-131-1/+1
|
* feat(home/research): add document editorssefidel2023-10-121-0/+4
|
* chore(home/communication): disable RemainOnExit on mbsync-oneshotsefidel2023-10-111-1/+1
|
* feat(home/development): add STM32CubeMXsefidel2023-10-101-0/+5
|
* feat(home/security): initsefidel2023-10-092-3/+18
|
* feat(home/communciation): neomutt: add macro to trigger manual syncsefidel2023-10-091-0/+6
| | | | | | | | This commit binds 'S' to start the mbsync-oneshot service, triggering manual mailbox sync. This serves as a *temporary* solution for mails being missed while the machine was on suspend state.
* feat(home/gui): swayidle: use loginctl to lock before sleepsefidel2023-10-071-1/+1
|
* feat(home/gui): swayidle: suspend early on laptopssefidel2023-10-071-5/+6
|
* feat(home/gui): sway: suspend using systemctlsefidel2023-10-071-1/+1
| | | | | | | | | This commit fixes various issues raised by using swayidle for entering suspend state, such as: 1) Blurred screenshot background being unavailable 2) Dangling screen lock notification 3) Delays until the system actually enters the suspend state
* feat(home/gui): sway: make suspend and logout work on locked statesefidel2023-10-031-1/+2
|