Corrected package list for installing libnotify
This commit is contained in:
+313
-310
File diff suppressed because it is too large
Load Diff
@@ -1683,7 +1683,10 @@ let
|
||||
repoStyle = flakeRoot + "/assets/conf/desktop/notifications/swaync/style.css";
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.swaynotificationcenter, pkgs.libnotify ];
|
||||
home.packages = [
|
||||
pkgs.swaynotificationcenter
|
||||
pkgs.libnotify
|
||||
];
|
||||
# Ensure config directory exists in ~/.config
|
||||
xdg.configFile."swaync/config.json".source = repoConf;
|
||||
xdg.configFile."swaync/style.css".source = repoStyle;
|
||||
|
||||
@@ -4,7 +4,10 @@ let
|
||||
repoStyle = flakeRoot + "/assets/conf/desktop/notifications/swaync/style.css";
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.swaynotificationcenter, pkgs.libnotify ];
|
||||
home.packages = [
|
||||
pkgs.swaynotificationcenter
|
||||
pkgs.libnotify
|
||||
];
|
||||
# Ensure config directory exists in ~/.config
|
||||
xdg.configFile."swaync/config.json".source = repoConf;
|
||||
xdg.configFile."swaync/style.css".source = repoStyle;
|
||||
|
||||
Reference in New Issue
Block a user