This commit is contained in:
caem 2025-03-12 21:00:51 +01:00
parent bb2d4d44b2
commit 2b2f17688b
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 10 additions and 3 deletions

View file

@ -6,3 +6,9 @@
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
;; Doesn't exactly fit in here but it's the earliest we can call this
(use-package benchmark-init
:ensure t
:config
(add-hook 'after-init-hook 'benchmark-init/deactivate))

View file

@ -1,2 +1,2 @@
(use-package geiser-guile
:ensure t)
;;(use-package geiser-guile
;; :ensure t)

View file

@ -1,4 +1,4 @@
(setq indent-tabs-mode nil)
(setq-default indent-tabs-mode nil)
(rei/load "nix-mode.el")
(rei/load "guile-mode.el")

View file

@ -12,6 +12,7 @@
environment.systemPackages = with pkgs; [
krita
gimp
blender
];
hardware.opentabletdriver = {