Compare commits
3 Commits
989aaa37da
...
178f3b9c31
| Author | SHA1 | Date | |
|---|---|---|---|
| 178f3b9c31 | |||
| 425f502bba | |||
| 077a709f65 |
@@ -4,7 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./filesystems.nix
|
./filesystems.nix
|
||||||
nixos-hardware.nixosModules.apple-macbook-pro-12-1
|
# nixos-hardware.nixosModules.apple-macbook-pro-12-1
|
||||||
];
|
];
|
||||||
|
|
||||||
sydnix = {
|
sydnix = {
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ in {
|
|||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.ghostty.settings.font-family = lib.mkBefore [
|
||||||
|
"sitelen seli kiwen mono juniko"
|
||||||
|
];
|
||||||
|
|
||||||
sydnix.hunspell.dictionaries = ds: with ds; [
|
sydnix.hunspell.dictionaries = ds: with ds; [
|
||||||
tok
|
tok
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -64,5 +64,6 @@
|
|||||||
syd/eshell
|
syd/eshell
|
||||||
syd/treesit
|
syd/treesit
|
||||||
syd/grammatical-framework
|
syd/grammatical-framework
|
||||||
|
syd/tabs
|
||||||
syd/lsp
|
syd/lsp
|
||||||
syd/custom))
|
syd/custom))
|
||||||
|
|||||||
7
modules/home/users/msyds/emacs/lisp/syd/tabs.el
Normal file
7
modules/home/users/msyds/emacs/lisp/syd/tabs.el
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
|
(require 'syd/base)
|
||||||
|
|
||||||
|
;; Disable tabs by default.
|
||||||
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
|
(provide 'syd/tabs)
|
||||||
Reference in New Issue
Block a user