remove stylix

This commit is contained in:
Tao Tien 2024-03-04 21:26:49 -08:00
parent fdc0751bfb
commit f0a7f40f06
3 changed files with 31 additions and 295 deletions

View file

@ -103,32 +103,32 @@
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
'';
stylix.autoEnable = false;
stylix.image = /home/tao/Pictures/Wallpapers/DJI_0121.JPG;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
stylix.fonts = with pkgs; {
monospace = {
package = nerdfonts.override {fonts = ["FiraCode"];};
name = "FiraCode Nerd Font";
};
};
stylix.targets = {
console.enable = true;
};
home-manager.sharedModules = [
{
stylix.targets = {
bat.enable = true;
# firefox.enable = true;
# helix.enable = true;
kde.enable = true;
nushell.enable = true;
# wezterm.enable = true;
zathura.enable = true;
zellij.enable = true;
};
}
];
# stylix.autoEnable = false;
# stylix.image = /home/tao/Pictures/Wallpapers/DJI_0121.JPG;
# stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
# stylix.fonts = with pkgs; {
# monospace = {
# package = nerdfonts.override {fonts = ["FiraCode"];};
# name = "FiraCode Nerd Font";
# };
# };
# stylix.targets = {
# console.enable = true;
# };
# home-manager.sharedModules = [
# {
# stylix.targets = {
# bat.enable = true;
# # firefox.enable = true;
# # helix.enable = true;
# kde.enable = true;
# nushell.enable = true;
# # wezterm.enable = true;
# zathura.enable = true;
# zellij.enable = true;
# };
# }
# ];
fonts.packages = with pkgs; [
# (nerdfonts.override {fonts = ["FiraCode"];})