GTK theme for mothership

Useful to load the cursor theme when using `waypipe`
This commit is contained in:
Andrea Ciceri 2023-04-02 16:17:56 +02:00
parent 9ca21e583f
commit c5f8803715
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 12 additions and 3 deletions

View file

@ -54,6 +54,15 @@
environment.systemPackages = with pkgs; [waypipe firefox];
home-manager.users.ccr.gtk = {
enable = true;
iconTheme = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
};
};
programs.dconf.enable = true;
programs.mosh.enable = true;
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];