mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added stylix
This commit is contained in:
parent
bf14ab604e
commit
c97591361a
8 changed files with 476 additions and 79 deletions
23
dot_config/flake/home/stylix.nix
Normal file
23
dot_config/flake/home/stylix.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{pkgs, ...}: let
|
||||
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
|
||||
in {
|
||||
stylix = {
|
||||
image = pkgs.fetchurl {
|
||||
url = "https://www.pixelstalk.net/wp-content/uploads/image11/Get-Glittery-blue-4K-wallpaper-with-a-calm-cool-sparkle.jpg";
|
||||
sha256 = "sha256-inZkyQsiF+aqgj2IK2AKN9STYLJBzG+QQCzw/X7cdcw=";
|
||||
};
|
||||
|
||||
base16Scheme = theme;
|
||||
|
||||
fonts.monospace = {
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
|
||||
};
|
||||
|
||||
enable = true;
|
||||
|
||||
targets.alacritty.enable = false;
|
||||
# targets.helix.enable = false;
|
||||
targets.gtk.flatpakSupport.enable = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue