From 14769f79e3ceb4f46c00a2cd2ee6331b9b4bb872 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Sun, 19 Jan 2025 17:26:16 +0100 Subject: [PATCH] meow --- nixos/system/stylix.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nixos/system/stylix.nix b/nixos/system/stylix.nix index 0935cd4..b7decf9 100644 --- a/nixos/system/stylix.nix +++ b/nixos/system/stylix.nix @@ -1,7 +1,7 @@ -{ pkgs, ... }: { +{pkgs, ...}: { stylix = { enable = true; - image = ./../../src/wallpapers/background.png; + image = ./../../src/wallpapers/dark-cat.png; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; polarity = "dark"; autoEnable = true; @@ -22,9 +22,8 @@ monospace = { name = "JetBrainsMono Nerd Font"; - package = pkgs.nerdfonts.override { fonts = ["JetBrainsMono"]; }; + package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];}; }; }; }; } -