Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Sep 10, 2024
1 parent cd966e9 commit 3306b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions home/modules/hypridle/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{ specialArgs, ... }:
_:

let
dpmsSettings =
if specialArgs.hidpi then { } else
{
timeout = 1200;
on-timeout = "hyprctl dispatch dpms off";
Expand Down
3 changes: 2 additions & 1 deletion home/modules/wayland/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
self,
eww,
anyrun,
nix-search,
...
}: {
config,
Expand Down Expand Up @@ -36,7 +37,7 @@ let
grimblast # screenshot program from hyprland
libnotify # notifications
nemo # file manager
nix-search # faster nix search client
nix-search.packages.${system}.default
wl-clipboard # clipboard support
wofi # app launcher
xwaylandvideobridge # screensharing bridge
Expand Down

0 comments on commit 3306b56

Please sign in to comment.