~ruther/nixos-config

cb74c28057c9aa2d0d170d632a5a436bcccf19e2 — Frantisek Bohacek 1 year, 14 days ago 4bb603b
feat: update themes
1 files changed, 10 insertions(+), 13 deletions(-)

M hosts/home.nix
M hosts/home.nix => hosts/home.nix +10 -13
@@ 13,14 13,14 @@

{ config, lib, nix-index-database, nixpkgs, inputs, stable, pkgs, user, location, ... }:

{ 
{
  imports =                                   # Home Manager Modules
    (import ../modules/programs/home.nix) ++
    (import ../modules/shell/home.nix) ++
    (import ../modules/editors/home.nix) ++
    (import ../modules/services/home.nix);

  nixpkgs.config.allowUnfree = true;
  # nixpkgs.config.allowUnfree = true;
  nix = {
    registry.nixpkgs.flake = inputs.nixpkgs;
    registry.nixpkgs-stable.flake = inputs.nixpkgs-stable;


@@ 160,10 160,8 @@

    pointerCursor = {                         # This will set cursor system-wide so applications can not choose their own
      gtk.enable = true;
      #name = "Dracula-cursors";
      name = "Catppuccin-Mocha-Dark-Cursors";
      #package = pkgs.dracula-theme;
      package = pkgs.catppuccin-cursors.mochaDark;
      name = "Catppuccin-Frappe-Lavender-Cursors";
      package = pkgs.catppuccin-cursors.frappeLavender;
      size = 16;
    };
    stateVersion = "23.05";


@@ 181,16 179,15 @@
  gtk = {                                     # Theming
    enable = true;
    theme = {
      name = "Catppuccin-Mocha-Compact-Blue-Dark";
      package = pkgs.catppuccin-gtk.override {
        accents = ["blue"];
        size = "compact";
        variant = "mocha";
      name = "Graphite-orange-Dark";
      package = pkgs.graphite-gtk-theme.override {
        themeVariants = ["orange"];
        colorVariants = ["dark"];
      };
    };
    iconTheme = {
      name = "Papirus-Dark";
      package = pkgs.papirus-icon-theme;
      name = "Tela-circle-dark";
      package = pkgs.tela-circle-icon-theme;
    };
    font = {
      name = "FiraCode Nerd Font Mono Medium";

Do not follow this link