remove home suites
This commit is contained in:
parent
40b0d84f53
commit
2c475dd099
63 changed files with 163 additions and 198 deletions
23
home/themes/dark/default.nix
Normal file
23
home/themes/dark/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./fuzzel.nix
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
stylix = {
|
||||
iconTheme = {
|
||||
enable = true;
|
||||
package = pkgs.morewaita-icon-theme;
|
||||
dark = "MoreWaita";
|
||||
};
|
||||
|
||||
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