styling changes
This commit is contained in:
parent
0d84ec9284
commit
c046eadcea
10 changed files with 74 additions and 66 deletions
22
home/profiles/themes/dark/default.nix
Normal file
22
home/profiles/themes/dark/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./fuzzel.nix
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
stylix = {
|
||||
iconTheme = {
|
||||
enable = true;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
dark = "Adwaita-dark";
|
||||
};
|
||||
targets = {
|
||||
firefox.profileNames = ["xun"];
|
||||
gtk.enable = true;
|
||||
qt.enable = true;
|
||||
foot.enable = true;
|
||||
firefox.enable = true;
|
||||
swaync.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue