Skip to content

Commit

Permalink
fix: Make caffeine icon show up
Browse files Browse the repository at this point in the history
This really is an upstream bug, should add this there.
  • Loading branch information
tlater-famedly committed Dec 24, 2024
1 parent fe28bff commit 0e8a09d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-config/config/desktop/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
imports = [
./dunst.nix
Expand All @@ -7,6 +8,9 @@
./sway.nix
];

home.packages = with pkgs; [
caffeine-ng
];
services.caffeine.enable = true;
xsession.importedVariables = [ "PATH" ];
}

0 comments on commit 0e8a09d

Please sign in to comment.