Skip to content

Commit

Permalink
build(deps): nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Oct 31, 2023
1 parent 41ade05 commit ac3abb1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.8.1
8.8.2
2 changes: 1 addition & 1 deletion config/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(menu-bar-mode 0)
(scroll-bar-mode 0)
(tool-bar-mode 0)
(set-face-attribute 'default t :family "Iosevka Nerd Font" :height 110)
(set-face-attribute 'default t :family "Iosevka Nerd Font Mono" :height 110)
(require 'package)
(setq-default frames-only-mode t
indent-tabs-mode nil
Expand Down
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config/emacs/init.nw
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@

<<config/emacs/init.el>>=
(set-face-attribute 'default t :family "Iosevka Nerd Font" :height 110)
(set-face-attribute 'default t :family "Iosevka Nerd Font Mono" :height 110)
@

<<config/emacs/init.el>>=
Expand Down

0 comments on commit ac3abb1

Please sign in to comment.