Fix missing icons for swaync
Some checks failed
Build NixOS Configurations / build (carbon) (push) Successful in 1m45s
Build NixOS Configurations / build (git) (push) Successful in 1m24s
Build NixOS Configurations / build (gospel) (push) Failing after 26s
Build NixOS Configurations / build (node) (push) Failing after 26s
Some checks failed
Build NixOS Configurations / build (carbon) (push) Successful in 1m45s
Build NixOS Configurations / build (git) (push) Successful in 1m24s
Build NixOS Configurations / build (gospel) (push) Failing after 26s
Build NixOS Configurations / build (node) (push) Failing after 26s
This commit is contained in:
parent
4f2db0b1e5
commit
989e6d6411
2 changed files with 14 additions and 2 deletions
|
|
@ -16,7 +16,18 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.libnotify ];
|
||||
home.packages = [
|
||||
pkgs.libnotify
|
||||
pkgs.dconf
|
||||
];
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = lib.mkForce "Adwaita";
|
||||
package = lib.mkForce pkgs.adwaita-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
docker = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue