|
|
@ -5,6 +5,7 @@ let
|
|
|
|
in {
|
|
|
|
in {
|
|
|
|
# Dependencies
|
|
|
|
# Dependencies
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
|
|
|
|
i3lock # lockscreen
|
|
|
|
playerctl # pactl comes with PulseAudio
|
|
|
|
playerctl # pactl comes with PulseAudio
|
|
|
|
scrot # Screnshot keybindings
|
|
|
|
scrot # Screnshot keybindings
|
|
|
|
xclip # Copying screenshots to clipboard
|
|
|
|
xclip # Copying screenshots to clipboard
|
|
|
@ -22,7 +23,7 @@ in {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
startup = [
|
|
|
|
startup = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
command = "systemctl --user restart polybar";
|
|
|
|
command = "(systemctl --user restart polybar &) && i3lock -i `readlink -f ~/.background-image`";
|
|
|
|
always = true;
|
|
|
|
always = true;
|
|
|
|
notification = false;
|
|
|
|
notification = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|