diff options
author | Leonardo Santiago <[email protected]> | 2024-11-21 17:33:42 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-11-21 17:33:42 -0300 |
commit | e29038c6c00a3141634dece157eb3234d5bdab9d (patch) | |
tree | 346d5b8d304696e71f40b7f5ebaf30880160562a /modules | |
parent | c5d18a901f615cca76cfbf95f75a38e7631e5cd5 (diff) |
update emacs theme
Diffstat (limited to 'modules')
-rw-r--r-- | modules/default-user.nix | 2 | ||||
-rw-r--r-- | modules/emacs/README.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/default-user.nix b/modules/default-user.nix index fce1f23..774f97f 100644 --- a/modules/default-user.nix +++ b/modules/default-user.nix @@ -72,7 +72,7 @@ in { file.".ssh/id_ed25519.pub".source = ../secrets/user-ssh-key.pub; file.".mozilla/firefox/leonardo/chrome/firefox-gnome-theme" = mkIf cfg.firefox.enable { source = inputs.firefox-gnome-theme; }; packages = lib.optionals cfg.desktop-environment.enable (with pkgs; [ - discord + vesktop slack whatsapp-for-linux telegram-desktop diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 1cdce7d..20528cf 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -36,7 +36,7 @@ You can also use it as a ~nixosModule~, in order to add additional packages like (use-package modus-themes :ensure t) ;; (use-package kanagawa-theme) -(load-theme 'leuven-dark t) +(load-theme 'modus-operandi-tinted t) (add-hook 'after-make-frame-functions (lambda (frame) |