Compare commits

...
3 Commits
Author SHA1 Message Date
msyds cc48c11448 fix: update host aliases
build / build (push) Failing after 30s
2026-06-29 19:15:49 -06:00
msyds 7e73ef399a chore(emacs): dired switches 2026-06-29 19:15:23 -06:00
msyds ba158c9ee8 fix(emacs): transient comes from straight 2026-06-29 19:15:09 -06:00
3 changed files with 8 additions and 6 deletions
@@ -48,7 +48,10 @@ directory."
'("-l" ; Mandatory!
"--almost-all" ; Show hidden files; omit '.' and '..'.
"--human-readable" ; Display sizes in human-readable units.
"--time-style=+") ; Omit times/dates.
"--time-style=+" ; Omit times/dates.
"-D" ; special diredslop
"-v" ; sort dotfiles first
"--group-directories-first")
" "))
;; Always copy recursively
(dired-recursive-copies 'always)
@@ -3,7 +3,6 @@
(require 'syd/base)
(use-package transient
:straight nil
:custom ((transient-history-file
(file-name-concat syd-data-dir "transient/history.el"))))
+4 -4
View File
@@ -4,10 +4,10 @@
config = {
networking.hosts = {
"100.95.131.43" = [ "whitepc" ];
"192.168.68.66" = [ "guix-rebound" "sydpc" ];
"192.168.68.79" = [ "deertopia" ];
"192.168.68.55" = [ "fruitbook" ];
"192.168.68.62" = [ "buffalo-nas" ];
"10.0.0.109" = [ "guix-rebound" "sydpc" ];
"10.0.0.248" = [ "deertopia" ];
"10.0.0.218" = [ "fruitbook" ];
"10.0.0.203" = [ "buffalo-nas" ];
};
};
}