GTK theme for mothership
Useful to load the cursor theme when using `waypipe`
This commit is contained in:
parent
9ca21e583f
commit
c5f8803715
2 changed files with 12 additions and 3 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue