feat: re-enable dunst, switch salut -> dunst, add&change packages
This commit is contained in:
parent
f111bf1de5
commit
207b30f0a5
4 changed files with 54 additions and 42 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue