Skip to content

Commit 778a66b

Browse files
committed
nix: add wlsunset
1 parent 0d405db commit 778a66b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

configs/git/aliases.nix

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ pkgs, ... }:
2+
{
3+
rebase-base = "log $(${pkgs.git}/bin/git merge-base HEAD $1)..$1";
4+
}

configs/sway/config

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ input type:keyboard {
9393
exec_always --no-startup-id waybar
9494
exec_always --no-startup-id swaybg -i ~/desktop.jpg
9595
exec_always --no-startup-id mako --default-timeout 4000
96+
exec_always --no-startup-id wlsunset -L 10.2 -l 56.2
9697

9798
exec dbus-sway-environment
9899
exec configure-gtk

modules/sway.nix

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ in
4747
wayland
4848
wdisplays
4949
wl-clipboard
50+
wlsunset
5051
xdg-utils
5152
];
5253

0 commit comments

Comments
 (0)