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)
|
(require 'package)
|
||||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
|
||||||
(package-initialize)
|
(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
|
;;(use-package geiser-guile
|
||||||
:ensure t)
|
;; :ensure t)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(setq indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
(rei/load "nix-mode.el")
|
(rei/load "nix-mode.el")
|
||||||
(rei/load "guile-mode.el")
|
(rei/load "guile-mode.el")
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
krita
|
krita
|
||||||
gimp
|
gimp
|
||||||
|
blender
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opentabletdriver = {
|
hardware.opentabletdriver = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue