mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: update custom launcher
This commit is contained in:
parent
352a9c08d1
commit
fc3feb0ce3
6 changed files with 23 additions and 7 deletions
|
|
@ -26,6 +26,10 @@
|
|||
name = "adw-gtk3-dark";
|
||||
package = pkgs.adw-gtk3;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Qogir-dark";
|
||||
package = pkgs.qogir-icon-theme;
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {gtk-application-prefer-dark-theme = true;};
|
||||
gtk3.extraCss = builtins.readFile ./theme.css;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue