We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d405db commit 778a66bCopy full SHA for 778a66b
configs/git/aliases.nix
@@ -0,0 +1,4 @@
1
+{ pkgs, ... }:
2
+{
3
+ rebase-base = "log $(${pkgs.git}/bin/git merge-base HEAD $1)..$1";
4
+}
configs/sway/config
@@ -93,6 +93,7 @@ input type:keyboard {
93
exec_always --no-startup-id waybar
94
exec_always --no-startup-id swaybg -i ~/desktop.jpg
95
exec_always --no-startup-id mako --default-timeout 4000
96
+exec_always --no-startup-id wlsunset -L 10.2 -l 56.2
97
98
exec dbus-sway-environment
99
exec configure-gtk
modules/sway.nix
@@ -47,6 +47,7 @@ in
47
wayland
48
wdisplays
49
wl-clipboard
50
+ wlsunset
51
xdg-utils
52
];
53
0 commit comments