home: natto: rename deprecated stuff

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-14 17:23:05 +05:30
parent d9a9d110de
commit c590fb01dc
4 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -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";

View File

@@ -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

View File

@@ -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 ];
};
};