i forgot
This commit is contained in:
parent
bb2d4d44b2
commit
2b2f17688b
4 changed files with 10 additions and 3 deletions
|
@ -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))
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
(use-package geiser-guile
|
||||
:ensure t)
|
||||
;;(use-package geiser-guile
|
||||
;; :ensure t)
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
krita
|
||||
gimp
|
||||
blender
|
||||
];
|
||||
|
||||
hardware.opentabletdriver = {
|
||||
|
|
Loading…
Add table
Reference in a new issue