Skip to content

Commit

Permalink
feat(home/app): add swaync (#49)
Browse files Browse the repository at this point in the history
* feat(home/app): add swaync

* chore(flake): sync upstream
  • Loading branch information
piyoki authored Feb 18, 2024
1 parent 4115874 commit d70ed90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions home/apps/swaync/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ inputs, system, ... }:

{
xdg.configFile."swaync".source = inputs.dotfiles.packages.${system}.swaync + "/";
}
1 change: 1 addition & 0 deletions home/packages/windowmanager/hyprland/system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
inputs.nixpkgs-wayland.packages.${system}.swww # Efficient animated wallpaper daemon for wayland, controlled at runtime
cliphist # clipboard manager
dunst # notification daemon
# swaynotificationcenter # notification daemon
ffmpeg
ffmpegthumbs
gnome.file-roller # archive manager
Expand Down

0 comments on commit d70ed90

Please sign in to comment.