mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
added swaync
This commit is contained in:
@@ -14,7 +14,7 @@ imports = [
|
||||
../../modules/home-manager/hyprland.nix
|
||||
../../modules/home-manager/wlogout.nix # logout utility
|
||||
../../modules/home-manager/rofi.nix # launcher and keybindings helper
|
||||
../../modules/home-manager/batsignal.nix # notify daemon for battery
|
||||
../../modules/home-manager/swaync.nix # notification daemon
|
||||
];
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.swaync = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user