home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 81391697d28ccaa3534277161581d6f1370e756a
parent 68e616f40c82f677de3e2861dba800fa87eeebe2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 22 Aug 2022 16:28:01 +0200

users/vincent: enable nyxt on sway

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/sway.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -261,6 +261,8 @@ in # terminals # FIXME move this away, they work on both Xorg and Wayland/Sway alacritty + # Move away + nyxt ]; }