feat: re-enable dunst, switch salut -> dunst, add&change packages

This commit is contained in:
steveej 2023-10-15 21:01:13 +02:00
parent f111bf1de5
commit 207b30f0a5
4 changed files with 54 additions and 42 deletions

View file

@ -2,7 +2,7 @@
pkgs,
config,
lib,
packages',
# packages',
repoFlakeInputs',
...
}: let
@ -16,7 +16,7 @@ in {
imports = [
../profiles/wayland-desktop.nix
../programs/waybar.nix
../programs/salut.nix
# ../programs/salut.nix
];
# TODO: autostart
@ -31,6 +31,10 @@ in {
# TODO: doesn't work with 2 screens
# flameshot.enable = true;
};
services.dunst = {
enable = true;
};
services.gpg-agent.pinentryFlavor = "gnome3";