stylix adwaita icon theme
This commit is contained in:
parent
7d2896c4b0
commit
4353d40f65
2 changed files with 12 additions and 0 deletions
10
home/profiles/themes/dark.nix
Normal file
10
home/profiles/themes/dark.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
iconTheme = {
|
||||
enable = true;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
dark = "Adwaita-dark";
|
||||
};
|
||||
targets.firefox.profileNames = ["xun"];
|
||||
};
|
||||
}
|
|
@ -41,6 +41,8 @@
|
|||
# terminal.emulator.wezterm
|
||||
terminal.emulator.foot
|
||||
|
||||
themes.dark
|
||||
|
||||
# desktop
|
||||
programs.desktop.default
|
||||
programs.desktop.sway.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue