This commit is contained in:
Daniel Ziltener 2024-09-12 19:36:23 +02:00
parent 35a12924d6
commit e97947bf0a
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 20 additions and 12 deletions

View File

@ -670,16 +670,16 @@ Point must be at the beginning of balanced expression (sexp)."
:config :config
(defalias 'run-geiser 'geiser)) (defalias 'run-geiser 'geiser))
(use-package paren-face ;; (use-package paren-face
:hook ;; :hook
scheme-mode ;; scheme-mode
emacs-lisp-mode ;; emacs-lisp-mode
clojure-ts-mode ;; clojure-ts-mode
;; :config ;; ;; :config
;; (add-hook 'scheme-mode-hook #'paren-face-mode) ;; ;; (add-hook 'scheme-mode-hook #'paren-face-mode)
;; (add-hook 'emacs-lisp-mode-hook #'paren-face-mode) ;; ;; (add-hook 'emacs-lisp-mode-hook #'paren-face-mode)
;; (add-hook 'clojure-ts-mode-hook #'paren-face-mode) ;; ;; (add-hook 'clojure-ts-mode-hook #'paren-face-mode)
) ;; )
(use-package highlight-parentheses (use-package highlight-parentheses
:custom :custom
@ -881,6 +881,7 @@ Point must be at the beginning of balanced expression (sexp)."
:encryption tls :encryption tls
:channels ())))) :channels ()))))
;;; Wrapping Up ;;; Wrapping Up
(use-package envrc (use-package envrc
:config :config

View File

@ -28,7 +28,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
gparted gparted
grim grim
home-manager home-manager
hyprcursor #hyprcursor
hyprpaper hyprpaper
iconv iconv
kteatime kteatime
@ -106,9 +106,10 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
SSH_ASKPASS = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass"; SSH_ASKPASS = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass";
CHICKEN_DOC_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/doc/chicken-doc"; CHICKEN_DOC_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/doc/chicken-doc";
CHICKEN_INSTALL_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/eggs"; CHICKEN_INSTALL_REPOSITORY = "${config.home.homeDirectory}/.local/chicken/eggs";
CHICKEN_REPOSITORY_PATH = "$CHICKEN_REPOSITORY_PATH:${config.home.sessionVariables.CHICKEN_INSTALL_REPOSITORY}";
CHICKEN_INSTALL_PREFIX = "/home/zilti/.local"; CHICKEN_INSTALL_PREFIX = "/home/zilti/.local";
RTC_USE_PIPEWIRE = "true"; RTC_USE_PIPEWIRE = "true";
XCURSOR_SIZE = 48; #XCURSOR_SIZE = 48;
HYPRCURSOR_SIZE = 48; HYPRCURSOR_SIZE = 48;
BW_SESSION = (builtins.readFile "${config.home.homeDirectory}/.vw-session-key"); BW_SESSION = (builtins.readFile "${config.home.homeDirectory}/.vw-session-key");
QT_QPA_PLATFORM = "wayland"; QT_QPA_PLATFORM = "wayland";
@ -223,6 +224,12 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
]; ];
}; };
home.pointerCursor = {
package = pkgs.hackneyed;
name = "Hackneyed";
size = 48;
};
services.syncthing = { services.syncthing = {
enable = true; enable = true;
# tray.enable = true; # tray.enable = true;