home: natto: rename deprecated stuff
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, inputs, lib, ... }:
|
{ config, pkgs, inputs, lib, ... }:
|
||||||
let
|
let
|
||||||
emacs = pkgs.emacs-pgtk;
|
emacs = pkgs.emacs-git-pgtk;
|
||||||
configFile = ./config/emacs/config.org;
|
configFile = ./config/emacs/config.org;
|
||||||
enable = true;
|
enable = true;
|
||||||
in
|
in
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Standard-Teal-Dark";
|
name = "catppuccin-mocha-teal-standard";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = [ "teal" ];
|
accents = [ "teal" ];
|
||||||
variant = "mocha";
|
variant = "mocha";
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
steam-run
|
steam-run
|
||||||
|
|
||||||
# GUI utils
|
# GUI utils
|
||||||
slack
|
|
||||||
vesktop
|
vesktop
|
||||||
(xfce.thunar.override {
|
(xfce.thunar.override {
|
||||||
thunarPlugins = with xfce; [
|
thunarPlugins = with xfce; [
|
||||||
@@ -36,7 +35,7 @@
|
|||||||
qbittorrent
|
qbittorrent
|
||||||
hexchat
|
hexchat
|
||||||
dunst
|
dunst
|
||||||
gnome.zenity
|
zenity
|
||||||
|
|
||||||
# Programming and dev stuff
|
# Programming and dev stuff
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
@@ -59,6 +58,8 @@
|
|||||||
tocloft
|
tocloft
|
||||||
enumitem
|
enumitem
|
||||||
multirow
|
multirow
|
||||||
|
adjustbox
|
||||||
|
titlesec
|
||||||
tcolorbox;
|
tcolorbox;
|
||||||
})
|
})
|
||||||
python3Packages.pygments
|
python3Packages.pygments
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
home = {
|
home = {
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
package = pkgs.catppuccin-cursors.mochaFlamingo;
|
package = pkgs.catppuccin-cursors.mochaFlamingo;
|
||||||
name = "Catppuccin-Mocha-Flamingo-Cursors";
|
name = "catppuccin-mocha-flamingo-cursors";
|
||||||
size = 32;
|
size = 32;
|
||||||
x11 = {
|
x11 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -27,7 +27,8 @@
|
|||||||
};
|
};
|
||||||
i18n = {
|
i18n = {
|
||||||
inputMethod = {
|
inputMethod = {
|
||||||
enabled = "fcitx5";
|
enable = true;
|
||||||
|
type = "fcitx5";
|
||||||
fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-mozc ];
|
fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-mozc ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user