diff --git a/flake.lock b/flake.lock index be6277c..534efc9 100644 --- a/flake.lock +++ b/flake.lock @@ -171,8 +171,8 @@ }, "secrets": { "locked": { - "lastModified": 1721437236, - "narHash": "sha256-A2qtUxEpLo7+E4zoeb8JqCGmDEqEMngAhJH2haqFwi8=", + "lastModified": 1721501607, + "narHash": "sha256-o4RHa4gw8F+PbmUAXT2qsgPC/3/PXhya1VEELbk889w=", "path": "/home/farlion/code/nixos-secrets", "type": "path" }, diff --git a/home/i3/default.nix b/home/i3/default.nix index 788c087..3ee6a86 100644 --- a/home/i3/default.nix +++ b/home/i3/default.nix @@ -371,6 +371,12 @@ in { notification = false; } + # Launch blueman-applet + { + command = "sleep 10s && blueman-applet"; + notification = false; + } + # Autotiling { command = "autotiling &";