From c590fb01dc8a40b964b2b73ef99e913563e83a1f Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sat, 14 Jun 2025 17:23:05 +0530 Subject: [PATCH] home: natto: rename deprecated stuff Signed-off-by: Amneesh Singh --- home/natto/emacs.nix | 2 +- home/natto/gtk.nix | 2 +- home/natto/pkgs.nix | 5 +++-- home/natto/stuff.nix | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/home/natto/emacs.nix b/home/natto/emacs.nix index 21953bf..15f531f 100644 --- a/home/natto/emacs.nix +++ b/home/natto/emacs.nix @@ -1,6 +1,6 @@ { config, pkgs, inputs, lib, ... }: let - emacs = pkgs.emacs-pgtk; + emacs = pkgs.emacs-git-pgtk; configFile = ./config/emacs/config.org; enable = true; in diff --git a/home/natto/gtk.nix b/home/natto/gtk.nix index 333b56a..1513c3f 100644 --- a/home/natto/gtk.nix +++ b/home/natto/gtk.nix @@ -3,7 +3,7 @@ gtk = { enable = true; theme = { - name = "Catppuccin-Mocha-Standard-Teal-Dark"; + name = "catppuccin-mocha-teal-standard"; package = pkgs.catppuccin-gtk.override { accents = [ "teal" ]; variant = "mocha"; diff --git a/home/natto/pkgs.nix b/home/natto/pkgs.nix index 83476ec..95d5b4f 100644 --- a/home/natto/pkgs.nix +++ b/home/natto/pkgs.nix @@ -22,7 +22,6 @@ steam-run # GUI utils - slack vesktop (xfce.thunar.override { thunarPlugins = with xfce; [ @@ -36,7 +35,7 @@ qbittorrent hexchat dunst - gnome.zenity + zenity # Programming and dev stuff (texlive.combine { @@ -59,6 +58,8 @@ tocloft enumitem multirow + adjustbox + titlesec tcolorbox; }) python3Packages.pygments diff --git a/home/natto/stuff.nix b/home/natto/stuff.nix index 454617d..3ed684a 100644 --- a/home/natto/stuff.nix +++ b/home/natto/stuff.nix @@ -9,7 +9,7 @@ home = { pointerCursor = { package = pkgs.catppuccin-cursors.mochaFlamingo; - name = "Catppuccin-Mocha-Flamingo-Cursors"; + name = "catppuccin-mocha-flamingo-cursors"; size = 32; x11 = { enable = true; @@ -27,7 +27,8 @@ }; i18n = { inputMethod = { - enabled = "fcitx5"; + enable = true; + type = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-mozc ]; }; };